All Classes
-
All Classes Interface Summary Class Summary Class Description FlowAdapters Bridge between Reactive Streams API and the Java 9FlowAPI.Processor<T,R> A Processor represents a processing stage—which is both aSubscriberand aPublisherand obeys the contracts of both.Publisher<T> APublisheris a provider of a potentially unbounded number of sequenced elements, publishing them according to the demand received from itsSubscriber(s).Subscriber<T> Will receive call toSubscriber.onSubscribe(Subscription)once after passing an instance ofSubscribertoPublisher.subscribe(Subscriber).Subscription