public interface SessionWriteRequest
| Modifier and Type | Method and Description |
|---|---|
IgniteInClosure<IgniteException> |
ackClosure() |
Object |
message() |
boolean |
messageThread() |
void |
messageThread(boolean msgThread)
Sets flag indicating that message send future was created in thread that was processing a message.
|
void |
onAckReceived()
The method will be called when ack received.
|
void |
onError(Exception e) |
void |
onMessageWritten() |
void |
resetSession(GridNioSession ses) |
GridNioSession |
session() |
boolean |
skipRecovery() |
void messageThread(boolean msgThread)
msgThread - True if future was created in thread that is processing message.boolean messageThread()
True if future was created in thread that was processing message.boolean skipRecovery()
True if skip recovery for this operation.void onAckReceived()
IgniteInClosure<IgniteException> ackClosure()
GridNioSession session()
void resetSession(GridNioSession ses)
ses - Session.void onError(Exception e)
Object message()
void onMessageWritten()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018