P
- listener registration request parameters typepublic abstract class AbstractRemoveListenerMessageTask<P> extends AbstractCallableMessageTask<P> implements ListenerMessageTask
clientEngine, clientMessage, connection, endpoint, logger, nodeEngine, parameters, serializationService
Modifier | Constructor and Description |
---|---|
protected |
AbstractRemoveListenerMessageTask(ClientMessage clientMessage,
Node node,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
Object |
call() |
protected abstract boolean |
deRegisterListener() |
Object[] |
getParameters()
Used for
SecurityInterceptor
Parameters passed to the method by a distributedObject
for map.put(key, value) parameters should be 'key' and 'value'
parameters can be in binary or object form, underlying implementation will de-serialize lazily |
protected abstract String |
getRegistrationId() |
processMessage
decodeClientMessage, encodeResponse, getDistributedObjectName, getDistributedObjectType, getMemberBuildInfo, getMethodName, getPartitionId, getService, getServiceName, handleProcessingFailure, isAdvancedNetworkEnabled, requiresAuthentication, run, sendClientMessage, sendClientMessage, sendClientMessage, sendResponse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequiredPermission
protected AbstractRemoveListenerMessageTask(ClientMessage clientMessage, Node node, Connection connection)
public final Object call()
call
in class AbstractCallableMessageTask<P>
protected abstract boolean deRegisterListener()
protected abstract String getRegistrationId()
public Object[] getParameters()
SecureRequest
SecurityInterceptor
Parameters passed to the method by a distributedObject
for map.put(key, value) parameters should be 'key' and 'value'
parameters can be in binary or object form, underlying implementation will de-serialize lazilygetParameters
in interface SecureRequest
getParameters
in class AbstractMessageTask<P>
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.