RequestCompletionHandler
is the contract of request completion handlers that are executed when a request is complete, i.e. the corresponding response has been received or there was a disconnection while handling the request.
Method | Description |
---|---|
|
void onComplete(ClientResponse response) Action to be executed when a request is complete Used when:
|
RequestCompletionHandler | Description |
---|---|
RequestFutureCompletionHandler |
|
TransactionMarkerRequestCompletionHandler |
|
TxnRequestHandler |