Class ReactiveStreams
- java.lang.Object
-
- org.streamingpool.core.service.util.ReactiveStreams
-
@Deprecated public final class ReactiveStreams extends java.lang.ObjectDeprecated.with the dependency onPublisherdirectly, no need for these methods anymore. Use technology specificUtility methods for working withPublishers.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> org.reactivestreams.Publisher<T>fromRx(io.reactivex.Flowable<T> source)Deprecated.Flowableis aPublisherstatic <T> org.reactivestreams.Publisher<T>publisherFrom(io.reactivex.Flowable<T> source)Deprecated.uselessstatic <T> io.reactivex.Flowable<T>rxFrom(org.reactivestreams.Publisher<T> stream)Deprecated.rxjava2 hasFlowable.fromPublisher(Publisher)
-
-
-
Method Detail
-
rxFrom
public static <T> io.reactivex.Flowable<T> rxFrom(org.reactivestreams.Publisher<T> stream)
Deprecated.rxjava2 hasFlowable.fromPublisher(Publisher)
-
fromRx
public static <T> org.reactivestreams.Publisher<T> fromRx(io.reactivex.Flowable<T> source)
Deprecated.Flowableis aPublisher
-
publisherFrom
public static <T> org.reactivestreams.Publisher<T> publisherFrom(io.reactivex.Flowable<T> source)
Deprecated.useless
-
-