| 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.supporting |
| 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 |
SequenceEventStore
Joins two
EventStores together. |
class |
TimestampCutoffReadonlyEventStore
Takes a backend, both
EventStore and EventStoreManagement, and functions as a filter based on a
DateTime. |
class |
VolatileEventStore |
| Constructor and Description |
|---|
SequenceEventStore(EventStore second,
EventStoreManagement secondManagement,
EventStore first,
EventStoreManagement firstManagement) |
TimestampCutoffReadonlyEventStore(EventStore backend,
EventStoreManagement backendManagement,
org.joda.time.DateTime snapshotTimestamp) |
Copyright © 2010-2015. All Rights Reserved.