| Package | Description |
|---|---|
| org.onosproject.store.cluster.messaging |
Cluster messaging APIs for the use by the various distributed stores.
|
| Modifier and Type | Method and Description |
|---|---|
MessageSubject |
ClusterMessage.subject()
Returns the message subject indicator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterCommunicationService.addSubscriber(MessageSubject subject,
ClusterMessageHandler subscriber)
Adds a new subscriber for the specified message subject.
|
void |
ClusterCommunicationService.removeSubscriber(MessageSubject subject)
Removes a subscriber for the specified message subject.
|
| Constructor and Description |
|---|
ClusterMessage(NodeId sender,
MessageSubject subject,
byte[] payload)
Creates a cluster message.
|
Copyright © 2015. All rights reserved.