| Interface | Description |
|---|---|
| MessageBroadcaster<T> |
Interface of the service that provides broadcasting transport messages to group of subscribers.
|
| Class | Description |
|---|---|
| EventMessageBroadcaster |
Implementation of
MessageBroadcaster interface for broadcasting TransportMessage with Event
payload. |
| Exception | Description |
|---|---|
| BroadcastOperationException |
Exception signals about error occurred during broadcast operation.
|
| NoSubscriberException |
Exception signals about attempt to broadcast when no one subscriber present.
|