All Classes
-
All Classes Interface Summary Class Summary Class Description Collector<T,U> A collector accumulates the items provided whencollect(java.lang.Object)is invoked and makes them available in a single container object withvalue().Flow Interrelated interfaces and static methods for establishing flow-controlled components in whichPublishersproduce items consumed by one or moreSubscribers, each managed by aSubscription.Flow.Processor<T,R> A component that acts as both a Subscriber and Publisher.Flow.Publisher<T> A producer of items (and related control messages) received by Subscribers.Flow.Subscriber<T> A receiver of messages.Flow.Subscription Message control linking aFlow.PublisherandFlow.Subscriber.InputStreamValve The InputStreamValve is aByteBufferbasedValvethat transforms a possibly blockingInputStreaminto the Valve.Multi<T> Multiple items publisher facility.OriginThreadPublisher<T,U> The OriginThreadPublisher's nature is to always runFlow.Subscriber.onNext(Object)on the very same thread asOriginThreadPublisher.submit(Object).OutputStreamPublisher Output stream thatFlow.Publisherpublishes any data written to it asByteBufferevents.Pausable ReactiveStreamsAdapter Deprecated. This class will be removed in the next major release.RequestedCounter Requested event counter.RetrySchema Defines delay for next read/poll operation in a pollingpublisher.Single<T> Single item publisher utility.SingleSubscriberHolder<T> A subscriber container that accepts only a single, one-time subscriber registration.SubmissionPublisher<T> Deprecated. This class will be removed in the next major release.Subscribable<T> Decorated publisher that allows subscribing to individual events with java functions.Tank<T> Tank of events is a closeable FIFO queue with a limited size implementingValvereactive API.UnboundedSemaphore The UnboundedSemaphore is designed to fit Reactive Streams use-case; that is to be able to allow an unbounded number of acquires once a cumulative release count reachesLong.MAX_VALUE.Valve<T> ValveIterator<T> Valves An utility class forValveinterface.