| Name | Description | Type | Package | Framework |
| BackloggingIncomingMessageHandler | IncomingMessageHandler implementation that maintains a backlog of all Events published to a cluster while it is in replay mode. | Class | org.axonframework.eventhandling.replay | Axon |
| DiscardingIncomingMessageHandler | IncomingMessageHandler implementation that simply discards all messages dispatch during a replay process. | Class | org.axonframework.eventhandling.replay | Axon |
| EventReplayUnsupportedException | Exception that indicates that event replays are not supported by a component. | Class | org.axonframework.eventhandling.replay | Axon |
| IncomingMessageHandler | Interface of a mechanism that receives Messages dispatched to a Cluster that is in Replay mode. | Interface | org.axonframework.eventhandling.replay | Axon |
| ReplayAware | Interface indicating a component is aware of "replays". | Interface | org.axonframework.eventhandling.replay | Axon |
| ReplayFailedException | Exception indicating that a replay task has failed. | Class | org.axonframework.eventhandling.replay | Axon |
| ReplayingCluster | Cluster implementation that wraps another Cluster, adding the capability to replay events from an Event Store. | Class | org.axonframework.eventhandling.replay | Axon |