All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| BackPressureOverflowException |
Raised when back-pressure buffer overflows.
|
| BufferedProcessor<T,U> |
Processor with back-pressure buffer.
|
| Collector<T,U> |
|
| ConcatPublisher<T> |
Concat streams to one.
|
| Flows |
Utilities for Flow API.
|
| MappingProcessor<SOURCE,TARGET> |
A Flow.Processor that only maps the source type to target type using a mapping function.
|
| Multi<T> |
Multiple items publisher facility.
|
| MultiCoupledProcessor<T,R> |
Coupled processor sends items received to the passed in subscriber, and emits items received from the passed in publisher.
|
| MultiDistinctProcessor<T> |
Filter out all duplicate items.
|
| MultiDropWhileProcessor<T> |
Drop the longest prefix of elements from this stream that satisfy the given predicate.
|
| MultiFilterProcessor<T> |
Processor filtering stream with supplied predicate.
|
| MultiFlatMapProcessor<T> |
Flatten the elements emitted by publishers produced by the mapper function to this stream.
|
| MultiLimitProcessor<T> |
Let pass only specified number of items.
|
| MultiMapProcessor<T,U> |
|
| MultiOnErrorResumeProcessor<T> |
Resume stream from supplied publisher if onError signal is intercepted.
|
| MultiPeekProcessor<T> |
Invoke supplied consumer for every item in the stream.
|
| MultiSkipProcessor<T> |
Skip first n items, all the others are emitted.
|
| MultiTakeWhileProcessor<T> |
Take the longest prefix of elements from this stream that satisfy the given predicate.
|
| MultiTappedProcessor<R> |
Processor executing provided functions on passing signals onNext, onError, onComplete, onCancel.
|
| OptionalCompletionStage<T> |
A completion stage that allows processing of cases when the element
is present and when not.
|
| OriginThreadPublisher<T,U> |
|
| OutputStreamPublisher |
|
| ReactiveStreamsAdapter |
Deprecated.
|
| RequestedCounter |
Requested event counter.
|
| RetrySchema |
Defines delay for next read/poll operation in a polling publisher.
|
| Single<T> |
Single item publisher utility.
|
| SingleSubscriberHolder<T> |
A subscriber container that accepts only a single, one-time subscriber registration.
|
| StreamValidationUtils |
Helper methods for stream validation.
|
| SubmissionPublisher<T> |
Deprecated.
|
| Subscribable<T> |
Decorated publisher that allows subscribing to individual events with java functions.
|
| 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 reaches Long.MAX_VALUE.
|