public interface GridClientMessage extends Serializable
| Modifier and Type | Method and Description |
|---|---|
UUID |
clientId()
Gets client identifier from which this request comes.
|
void |
clientId(UUID id)
Sets client identifier from which this request comes.
|
UUID |
destinationId()
Gets identifier of the node where this message should be processed.
|
void |
destinationId(UUID id)
Sets identifier of the node where this message should be eventually delivered.
|
long |
requestId()
This method is used to match request and response messages.
|
void |
requestId(long reqId)
Sets request id for outgoing packets.
|
byte[] |
sessionToken()
Gets client session token.
|
void |
sessionToken(byte[] sesTok)
Sets client session token.
|
long requestId()
void requestId(long reqId)
reqId - request ID.UUID clientId()
void clientId(UUID id)
id - Client identifier.UUID destinationId()
void destinationId(UUID id)
id - Client identifier.byte[] sessionToken()
void sessionToken(byte[] sesTok)
sesTok - Session token.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017