Uses of Interface
org.reactivestreams.Subscriber
-
-
Uses of Subscriber in org.reactivestreams
Subinterfaces of Subscriber in org.reactivestreams Modifier and Type Interface Description interface
Processor<T,R>
A Processor represents a processing stage—which is both aSubscriber
and aPublisher
and obeys the contracts of both.Methods in org.reactivestreams with parameters of type Subscriber Modifier and Type Method Description void
Publisher. subscribe(Subscriber<? super T> s)
RequestPublisher
to start streaming data.
-