public abstract class AbstractStableClusterMessageTask<P> extends AbstractMessageTask<P> implements ExecutionCallback
clientEngine, clientMessage, connection, endpoint, logger, nodeEngine, parameters, serializationService| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractStableClusterMessageTask(ClientMessage clientMessage,
                                Node node,
                                Connection connection)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onFailure(Throwable t)
Called when an execution is completed with an error. 
 | 
void | 
onResponse(Object response)
Called when an execution is completed successfully. 
 | 
protected void | 
processMessage()  | 
protected abstract Object | 
resolve(Object response)  | 
decodeClientMessage, doRun, encodeResponse, getDistributedObjectName, getDistributedObjectType, getMemberBuildInfo, getMethodName, getParameters, getPartitionId, getService, getServiceName, handleProcessingFailure, run, sendClientMessage, sendClientMessage, sendClientMessage, sendResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredPermissionprotected AbstractStableClusterMessageTask(ClientMessage clientMessage, Node node, Connection connection)
protected void processMessage()
                       throws Throwable
processMessage in class AbstractMessageTask<P>Throwablepublic final void onResponse(Object response)
ExecutionCallbackonResponse in interface ExecutionCallbackresponse - the result of the successful executionpublic final void onFailure(Throwable t)
ExecutionCallbackonFailure in interface ExecutionCallbackt - the exception that is thrownCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.