| Class | Description |
|---|---|
| BroadcastProcessor<T> |
Implementation of
Processor that broadcast all subsequently observed items to its current
Subscribers. |
| SerializedProcessor<I,O> |
Wraps a processor into a serialized version of this processor.
|
| UnicastProcessor<T> |
Implementation of a processor using a queue to store items and allows a single subscriber to receive
these items.
|
Copyright © 2019–2020 SmallRye. All rights reserved.