Uses of Package
org.reactivestreams
-
Packages that use org.reactivestreams Package Description org.reactivestreams org.reactivestreams.example.unicast org.reactivestreams.tck org.reactivestreams.tck.flow org.reactivestreams.tck.flow.support -
Classes in org.reactivestreams used by org.reactivestreams Class Description Processor AProcessor
represents a processing stage—which is both aSubscriber
and aPublisher
and obeys the contracts of both.Publisher APublisher
is a provider of a potentially unbounded number of sequenced elements, publishing them according to the demand received from itsSubscriber
(s).Subscriber Will receive call toSubscriber.onSubscribe(Subscription)
once after passing an instance ofSubscriber
tosubscribe(Subscriber)
.Subscription -
Classes in org.reactivestreams used by org.reactivestreams.example.unicast Class Description Publisher APublisher
is a provider of a potentially unbounded number of sequenced elements, publishing them according to the demand received from itsSubscriber
(s).Subscriber Will receive call toSubscriber.onSubscribe(Subscription)
once after passing an instance ofSubscriber
tosubscribe(Subscriber)
.Subscription -
Classes in org.reactivestreams used by org.reactivestreams.tck Class Description Processor AProcessor
represents a processing stage—which is both aSubscriber
and aPublisher
and obeys the contracts of both.Publisher APublisher
is a provider of a potentially unbounded number of sequenced elements, publishing them according to the demand received from itsSubscriber
(s).Subscriber Will receive call toSubscriber.onSubscribe(Subscription)
once after passing an instance ofSubscriber
tosubscribe(Subscriber)
.Subscription -
Classes in org.reactivestreams used by org.reactivestreams.tck.flow Class Description Processor AProcessor
represents a processing stage—which is both aSubscriber
and aPublisher
and obeys the contracts of both.Publisher APublisher
is a provider of a potentially unbounded number of sequenced elements, publishing them according to the demand received from itsSubscriber
(s).Subscriber Will receive call toSubscriber.onSubscribe(Subscription)
once after passing an instance ofSubscriber
tosubscribe(Subscriber)
. -
Classes in org.reactivestreams used by org.reactivestreams.tck.flow.support Class Description Publisher APublisher
is a provider of a potentially unbounded number of sequenced elements, publishing them according to the demand received from itsSubscriber
(s).