T
- public interface FutureStreamSynchronousPublisher<T>
extends org.reactivestreams.Publisher<T>
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
forwardErrors(java.util.function.Consumer<java.lang.Throwable> c) |
LazyStreamWrapper |
getLastActive() |
default void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |
default void |
subscribeSync(org.reactivestreams.Subscriber<? super T> s) |
Queue<T> |
toQueue() |
LazyStreamWrapper getLastActive()
void cancel()
void forwardErrors(java.util.function.Consumer<java.lang.Throwable> c)
default void subscribeSync(org.reactivestreams.Subscriber<? super T> s)
default void subscribe(org.reactivestreams.Subscriber<? super T> s)
subscribe
in interface org.reactivestreams.Publisher<T>