Package org.axonframework.eventhandling.replay

Interface Summary
IncomingMessageHandler Interface of a mechanism that receives Messages dispatched to a Cluster that is in Replay mode.
ReplayAware Interface indicating a component is aware of "replays".
 

Class Summary
BackloggingIncomingMessageHandler IncomingMessageHandler implementation that maintains a backlog of all Events published to a cluster while it is in replay mode.
DiscardingIncomingMessageHandler IncomingMessageHandler implementation that simply discards all messages dispatch during a replay process.
ReplayingCluster Cluster implementation that wraps another Cluster, adding the capability to replay events from an Event Store.
 

Exception Summary
EventReplayUnsupportedException Exception that indicates that event replays are not supported by a component.
ReplayFailedException Exception indicating that a replay task has failed.
 



Copyright © 2010-2016. All Rights Reserved.