Uses of Interface
org.apache.activemq.artemis.core.server.cluster.qourum.QuorumVoteHandler
-
-
Uses of QuorumVoteHandler in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type QuorumVoteHandler Modifier and Type Method Description voidQuorumVoteMessage. decode(QuorumVoteHandler voteHandler)voidQuorumVoteReplyMessage. decodeRest(QuorumVoteHandler voteHandler) -
Uses of QuorumVoteHandler in org.apache.activemq.artemis.core.server.cluster.qourum
Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type QuorumVoteHandler Modifier and Type Method Description voidQuorumManager. registerQuorumHandler(QuorumVoteHandler quorumVoteHandler)called to register vote handlers on the quorum -
Uses of QuorumVoteHandler in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement QuorumVoteHandler Modifier and Type Class Description classServerConnectVoteHandler
-