| Class and Description |
|---|
| org.streamingpool.core.service.util.ReactiveStreams
with the dependency on
Publisher directly, no need for these methods anymore. Use technology
specific |
| Method and Description |
|---|
org.streamingpool.core.service.util.ReactiveStreams.fromRx(Flowable<T>)
Flowable is a Publisher |
| org.streamingpool.core.service.util.ReactiveStreams.publisherFrom(Flowable<T>)
useless
|
| org.streamingpool.core.service.util.ReactiveStreams.rxFrom(Publisher<T>)
rxjava2 has
Flowable.fromPublisher(Publisher) |
org.streamingpool.core.service.util.ReactiveStreams.sourceFrom(Publisher<T>)
Source has a Source.fromPublisher(Publisher) method |