Uses of Interface
org.reactivestreams.Subscriber
-
Uses of Subscriber in org.reactivestreams
Subinterfaces of Subscriber in org.reactivestreamsModifier and TypeInterfaceDescriptioninterface
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 SubscriberModifier and TypeMethodDescriptionvoid
Publisher.subscribe
(Subscriber<? super T> s) RequestPublisher
to start streaming data.