Package | Description |
---|---|
org.axonframework.eventhandling.replay | |
org.axonframework.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
org.axonframework.eventstore.mongo | |
org.axonframework.quickstart |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database.
|
Modifier and Type | Class and Description |
---|---|
class |
JpaEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoEventStore
Implementation of the
EventStore based on a MongoDB instance or replica set. |
Modifier and Type | Class and Description |
---|---|
static class |
RunEventReplay.StubEventStore |
Copyright © 2010-2014. All Rights Reserved.