|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventStoreManagement | |
|---|---|
| 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.eventstore.supporting | |
| org.axonframework.quickstart | |
| Uses of EventStoreManagement in org.axonframework.eventhandling.replay |
|---|
| Constructors in org.axonframework.eventhandling.replay with parameters of type EventStoreManagement | |
|---|---|
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. |
|
| Uses of EventStoreManagement in org.axonframework.eventstore.jdbc |
|---|
| Classes in org.axonframework.eventstore.jdbc that implement EventStoreManagement | |
|---|---|
class |
JdbcEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database. |
| Uses of EventStoreManagement in org.axonframework.eventstore.jpa |
|---|
| Classes in org.axonframework.eventstore.jpa that implement EventStoreManagement | |
|---|---|
class |
JpaEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database. |
| Uses of EventStoreManagement in org.axonframework.eventstore.mongo |
|---|
| Classes in org.axonframework.eventstore.mongo that implement EventStoreManagement | |
|---|---|
class |
MongoEventStore
Implementation of the EventStore based on a MongoDB instance or replica set. |
| Uses of EventStoreManagement in org.axonframework.eventstore.supporting |
|---|
| Classes in org.axonframework.eventstore.supporting that implement EventStoreManagement | |
|---|---|
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
|
| Constructors in org.axonframework.eventstore.supporting with parameters of type EventStoreManagement | |
|---|---|
SequenceEventStore(EventStore second,
EventStoreManagement secondManagement,
EventStore first,
EventStoreManagement firstManagement)
|
|
TimestampCutoffReadonlyEventStore(EventStore backend,
EventStoreManagement backendManagement,
org.joda.time.DateTime snapshotTimestamp)
|
|
| Uses of EventStoreManagement in org.axonframework.quickstart |
|---|
| Classes in org.axonframework.quickstart that implement EventStoreManagement | |
|---|---|
static class |
RunEventReplay.StubEventStore
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||