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 RaftEndpoint |
sender() |
localMember, runprotected final void innerRun()
innerRun in class RaftNodeStatusAwareTaskprotected abstract void handleResponse()
protected abstract RaftEndpoint sender()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.