Uses of Interface
org.axonframework.eventstore.management.EventStoreManagement

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.supporting   
 

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.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)
           
 



Copyright © 2010-2016. All Rights Reserved.