Interface ClusterMessageHandler
-
@Deprecated public interface ClusterMessageHandler
Deprecated.since 1.11 ("Loon")Interface for handling cluster messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
handle(ClusterMessage message)
Deprecated.Handles/Processes the cluster message.
-
-
-
Method Detail
-
handle
void handle(ClusterMessage message)
Deprecated.Handles/Processes the cluster message.- Parameters:
message
- cluster message.
-
-