| Package | Description |
|---|---|
| org.eclipse.microprofile.reactive.streams.operators | |
| org.eclipse.microprofile.reactive.streams.operators.spi |
| Class and Description |
|---|
| CompletionRunner
A builder for a closed reactive streams graph.
|
| CompletionSubscriber
A subscriber that redeems a completion stage when it completes.
|
| ConnectingOperators
Operators for connecting different graphs together.
|
| ConsumingOperators
Operators for completing a stream.
|
| ErrorHandlingOperators
Operators for handling errors in streams.
|
| FilteringOperators
Operations for transforming a stream.
|
| PeekingOperators
Operations for peeking at elements and signals in the stream, without impacting the stream itself.
|
| ProcessorBuilder
A builder for a
Processor. |
| ProducesResult
A stream that completes with a single result.
|
| PublisherBuilder
A builder for a
Publisher. |
| SubscriberBuilder
A builder for a
Subscriber and its result. |
| TransformingOperators
Operations for transforming a stream.
|
| Class and Description |
|---|
| ReactiveStreamsFactory
Factory interface for providing the implementation of the static factory methods in
ReactiveStreams. |
Copyright © 2019 Eclipse Foundation. All rights reserved.