public interface GridCommunicationListener<T extends Serializable>
GridCommunicationSpi should ignore very first 4 bytes received from
sender node and pass the rest of the message to the listener.
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(UUID nodeId,
T msg,
GridRunnable msgC)
NOTE:
GridCommunicationSpi should ignore very first 4 bytes received from
sender node and pass the rest of the received message to the listener. |
void onMessage(UUID nodeId, T msg, GridRunnable msgC)
GridCommunicationSpi should ignore very first 4 bytes received from
sender node and pass the rest of the received message to the listener.nodeId - Node ID.msg - Message.msgC - Runnable to call when message processing finished.Copyright © 2014. All rights reserved.