org.apache.qpid.server.cluster.replay
Interface ReplayManager

All Known Implementing Classes:
ReplayStore

public interface ReplayManager

Abstraction of a replay strategy for use in getting joining members up to date with respect to cluster state.


Method Summary
 java.util.List<org.apache.qpid.framing.AMQMethodBody> replay(boolean isLeader)
           
 

Method Detail

replay

java.util.List<org.apache.qpid.framing.AMQMethodBody> replay(boolean isLeader)