Uses of Package
org.reactivestreams
-
Classes in org.reactivestreams used by org.reactivestreamsClassDescriptionA
Publisher
is a provider of a potentially unbounded number of sequenced elements, publishing them according to the demand received from itsSubscriber
(s).Will receive call toonSubscribe(Subscription)
once after passing an instance ofSubscriber
toPublisher.subscribe(Subscriber)
.