| Package | Description |
|---|---|
| org.onosproject.store.cluster.messaging |
Cluster messaging APIs for the use by the various distributed stores.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<byte[]> |
MessagingService.sendAndReceive(Endpoint ep,
String type,
byte[] payload)
Sends a message synchronously and waits for a response.
|
CompletableFuture<Void> |
MessagingService.sendAsync(Endpoint ep,
String type,
byte[] payload)
Sends a message asynchronously to the specified communication end point.
|
Copyright © 2015. All rights reserved.