Uses of Interface
org.reactivestreams.Subscriber
-
Uses of Subscriber in org.reactivestreams
Subinterfaces of Subscriber in org.reactivestreamsModifier and TypeInterfaceDescriptioninterfaceProcessor<T,R> A Processor represents a processing stage—which is both aSubscriberand aPublisherand obeys the contracts of both.Methods in org.reactivestreams with parameters of type SubscriberModifier and TypeMethodDescriptionvoidPublisher.subscribe(Subscriber<? super T> s) RequestPublisherto start streaming data.