| Package | Description |
|---|---|
| io.smallrye.mutiny.operators.multi.processors |
| Class and Description |
|---|
| BroadcastProcessor
Implementation of
Processor that broadcast all subsequently observed items to its current
Subscribers. |
| SerializedProcessor
Wraps a processor into a serialized version of this processor.
|
| UnicastProcessor
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.