public interface ClientMessageHandler
| Modifier and Type | Method and Description | 
|---|---|
void | 
handle(ClientMessage message,
      Connection connection)
Received message to be processed 
 | 
void handle(ClientMessage message, Connection connection)
message - the ClientMessage the processconnection - the connection responsible for creating the messageCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.