public abstract class AbstractInvocationMessageTask<P> extends AbstractMessageTask<P> implements BiConsumer<Object,Throwable>
clientEngine, clientMessage, connection, endpoint, logger, nodeEngine, parameters, serializationService| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInvocationMessageTask(ClientMessage clientMessage,
Node node,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Object response,
Throwable throwable) |
protected abstract InvocationBuilder |
getInvocationBuilder(Operation op) |
protected abstract Operation |
prepareOperation() |
protected void |
processMessage() |
decodeClientMessage, encodeResponse, getDistributedObjectName, getDistributedObjectType, getMemberBuildInfo, getMethodName, getParameters, getService, getServiceName, handleProcessingFailure, isAdvancedNetworkEnabled, peelIfNeeded, requiresAuthentication, run, sendClientMessage, sendClientMessage, sendResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThengetRequiredPermissionprotected AbstractInvocationMessageTask(ClientMessage clientMessage, Node node, Connection connection)
protected void processMessage()
processMessage in class AbstractMessageTask<P>public void accept(Object response, Throwable throwable)
accept in interface BiConsumer<Object,Throwable>protected abstract InvocationBuilder getInvocationBuilder(Operation op)
protected abstract Operation prepareOperation()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.