See: Description
| Interface | Description |
|---|---|
| ClusterCommunicationService |
Service for assisting communications between controller cluster nodes.
|
| ClusterMessageHandler | Deprecated
since 1.11 ("Loon")
|
| MessagingService |
Interface for low level messaging primitives.
|
| Class | Description |
|---|---|
| ClusterMessage |
Base message for cluster-wide communications.
|
| Endpoint |
Representation of a TCP/UDP communication end point.
|
| MessageSubject |
Representation of a message subject.
|
| Exception | Description |
|---|---|
| MessagingException |
Top level exception for MessagingService failures.
|
| MessagingException.NoRemoteHandler |
Exception indicating no remote registered remote handler.
|
| MessagingException.ProtocolException |
Exception indicating failure due to invalid message structure such as an incorrect preamble.
|
| MessagingException.RemoteHandlerFailure |
Exception indicating handler failure.
|