| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| ReplayFailedException |
Exception indicating that a replay task has failed.
|
Copyright © 2010-2014. All Rights Reserved.