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() |
Span |
span()
Stored span for tracing.
|
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()
Span span()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020