public static interface AcknowledgmentSource.Listener
AcknowledgmentSource
server context element
to handle the receipt of an acknowledgment that the remote call's result data has been
processed by the client.Modifier and Type | Method and Description |
---|---|
void |
acknowledgmentReceived(boolean received)
Handles either receipt of an acknowledgment that the remote call's result data has been
processed by the client or an indication that no acknowledgment will be received.
|
void acknowledgmentReceived(boolean received)
If received
is true
, then a positive acknowledgment has been
received that the remote call's result data has been processed by the client.
If received
is false
, then the implementation of this interface
has determined that no positive acknowledgment for the associated data will be received
(perhaps due, for example, to connection failure or timeout).
received
- true
if an acknowledgment was received, and
false
if no acknowledgment will be receivedCopyright © GigaSpaces.