Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide ChainedSubscription/SubscriptionList from Public API #1309

Merged

Conversation

benjchristensen
Copy link
Member

Instead of adding this type to the public API, it hides it as an internal implementation detail and does not expose it via the Subscriber constructor.

If we want to expose it later we can figure out a proper name and do so.

This also changes operator implementations to not inject a SubscriptionList but instead just create the Subscriber and use it directly.

@benjchristensen benjchristensen mentioned this pull request Jun 3, 2014
@cloudbees-pull-request-builder

RxJava-pull-requests #1209 SUCCESS
This pull request looks good

@headinthebox
Copy link
Contributor

Like.

@akarnokd
Copy link
Member

akarnokd commented Jun 3, 2014

I agree with this variant.

@benjchristensen
Copy link
Member Author

Great, thanks for the review.

benjchristensen added a commit that referenced this pull request Jun 3, 2014
Hide ChainedSubscription/SubscriptionList from Public API
@benjchristensen benjchristensen merged commit e6086d4 into ReactiveX:master Jun 3, 2014
@benjchristensen benjchristensen deleted the subscriber-subscription branch June 3, 2014 16:08
@cloudbees-pull-request-builder

RxJava-pull-requests #1210 SUCCESS
This pull request looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants