public abstract class AbstractResponseHandlerTask extends RaftNodeStatusAwareTask
handleResponse()
.
If sender()
is not a known member, then response is ignored.
logger, raftNode
Modifier and Type | Method and Description |
---|---|
protected abstract void |
handleResponse() |
protected void |
innerRun() |
protected abstract Endpoint |
sender() |
run
protected final void innerRun()
innerRun
in class RaftNodeStatusAwareTask
protected abstract void handleResponse()
protected abstract Endpoint sender()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.