Publisher directly, no need for these methods anymore. Use technology
specific@Deprecated
public final class ReactiveStreams
extends java.lang.Object
ReactiveStreams.| Modifier and Type | Method and Description |
|---|---|
static <T> org.reactivestreams.Publisher<T> |
fromRx(io.reactivex.Flowable<T> source)
Deprecated.
Flowable is a Publisher |
static <T> org.reactivestreams.Publisher<T> |
publisherFrom(io.reactivex.Flowable<T> source)
Deprecated.
useless
|
static <T> io.reactivex.Flowable<T> |
rxFrom(org.reactivestreams.Publisher<T> stream)
Deprecated.
rxjava2 has
Flowable.fromPublisher(Publisher) |
static <T> akka.stream.javadsl.Source<T,akka.NotUsed> |
sourceFrom(org.reactivestreams.Publisher<T> stream)
Deprecated.
Source has a Source.fromPublisher(Publisher) method |
static <T> akka.stream.javadsl.Source<T,akka.NotUsed> |
sourceFrom(StreamId<T> streamId)
Deprecated.
|
public static <T> io.reactivex.Flowable<T> rxFrom(org.reactivestreams.Publisher<T> stream)
Flowable.fromPublisher(Publisher)public static <T> org.reactivestreams.Publisher<T> fromRx(io.reactivex.Flowable<T> source)
Flowable is a Publisherpublic static <T> org.reactivestreams.Publisher<T> publisherFrom(io.reactivex.Flowable<T> source)
fromRx(Flowable)public static <T> akka.stream.javadsl.Source<T,akka.NotUsed> sourceFrom(org.reactivestreams.Publisher<T> stream)
Source has a Source.fromPublisher(Publisher) methodpublic static <T> akka.stream.javadsl.Source<T,akka.NotUsed> sourceFrom(StreamId<T> streamId)