Interface ClusterMessageHandler
-
public interface ClusterMessageHandler- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMessage(byte[] message, String senderToken)Handle a message from the Clustering subsystem.
-
-
-
Method Detail
-
handleMessage
void handleMessage(byte[] message, String senderToken)Handle a message from the Clustering subsystem. These are messages that can be send by the members to each other.- Parameters:
message- the message bytessenderToken- the id (token) of the sending member
-
-