Package | Description |
---|---|
org.axonframework.eventhandling.replay |
Modifier and Type | Class and Description |
---|---|
class |
BackloggingIncomingMessageHandler
IncomingMessageHandler implementation that maintains a backlog of all Events published to a cluster while it is
in replay mode.
|
class |
DiscardingIncomingMessageHandler
IncomingMessageHandler implementation that simply discards all messages dispatch during a replay process.
|
Constructor and Description |
---|
ReplayingCluster(Cluster delegate,
EventStoreManagement eventStore,
TransactionManager transactionManager,
int commitThreshold,
IncomingMessageHandler incomingMessageHandler)
Initializes a ReplayingCluster that wraps the given
delegate , to allow it to replay event from the
given eventStore . |
Copyright © 2010-2014. All Rights Reserved.