Package org.onosproject.store.cluster.messaging
Cluster messaging APIs for the use by the various distributed stores.
-
Interface Summary 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 Summary 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 Summary 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.