We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The article uses internal implementation code from the 0.3 version, as follows:
val sub = new Subscriber[String]() { ... } val subSink = SubscriberSink(new RxSubscriberToRsSubscriberAdapter(sub));
This use case seems reasonable, at least in the context of integration with Akka Streams
That would require that toSubscriber methods be added to RxReactiveStreams
toSubscriber
RxReactiveStreams
The text was updated successfully, but these errors were encountered:
We would add this as RxReactiveStreams.toSubscriber().
RxReactiveStreams.toSubscriber()
Sorry, something went wrong.
bcd1e46
No branches or pull requests
The article uses internal implementation code from the 0.3 version, as follows:
This use case seems reasonable, at least in the context of integration with Akka Streams
That would require that
toSubscriber
methods be added toRxReactiveStreams
The text was updated successfully, but these errors were encountered: