@ExperimentalSpi
public interface ClusterMessageConsumer
ClusterMessagingService
.Modifier and Type | Method and Description |
---|---|
void |
receive(String channel,
String message,
String senderId)
Called by the ClusterMessagingService when there is a message waiting to be processed by a node.
|
void receive(String channel, String message, String senderId)
channel
- The channel the message was sent tomessage
- The content of the messagesenderId
- The id of the node that raised the messageCopyright © 2002-2017 Atlassian. All Rights Reserved.