Class | Description |
---|---|
BehaviorBroadcaster<O> |
A
Broadcaster is a subclass of Stream which exposes methods for publishing values into the pipeline. |
Broadcaster<O> |
A
Broadcaster is a subclass of Stream which exposes methods for publishing values into the pipeline. |
SerializedBroadcaster<O> |
A
Broadcaster is a subclass of Stream which exposes methods for publishing values into the pipeline. |
Processor
contract.
Some broadcasters might be shared and will require serialization as onXXXX handle should not be invoke concurrently.
SerializerBroadcaster can take care of this specific issue. BehaviorCopyright © 2016. All rights reserved.