| BufferedProcessor |
Processor with back-pressure buffer.
|
| Collector |
|
| ConcatPublisher |
Concat streams to one.
|
| MappingProcessor |
A Flow.Processor that only maps the source type to target type using a mapping function.
|
| Multi |
Multiple items publisher facility.
|
| MultiCoupledProcessor |
Coupled processor sends items received to the passed in subscriber, and emits items received from the passed in publisher.
|
| MultiDistinctProcessor |
Filter out all duplicate items.
|
| MultiDropWhileProcessor |
Drop the longest prefix of elements from this stream that satisfy the given predicate.
|
| MultiFilterProcessor |
Processor filtering stream with supplied predicate.
|
| MultiFlatMapProcessor |
Flatten the elements emitted by publishers produced by the mapper function to this stream.
|
| MultiLimitProcessor |
Let pass only specified number of items.
|
| MultiMapProcessor |
|
| MultiOnErrorResumeProcessor |
Resume stream from supplied publisher if onError signal is intercepted.
|
| MultiPeekProcessor |
Invoke supplied consumer for every item in the stream.
|
| MultiSkipProcessor |
Skip first n items, all the others are emitted.
|
| MultiTakeWhileProcessor |
Take the longest prefix of elements from this stream that satisfy the given predicate.
|
| MultiTappedProcessor |
Processor executing provided functions on passing signals onNext, onError, onComplete, onCancel.
|
| OptionalCompletionStage |
A completion stage that allows processing of cases when the element
is present and when not.
|
| RetrySchema |
Defines delay for next read/poll operation in a polling publisher.
|
| Single |
Single item publisher utility.
|
| Subscribable |
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.
|