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

Packages that use EventStoreManagement
org.axonframework.eventhandling.replay   
org.axonframework.eventstore.jpa JPA Implementation of the EventStore. 
 

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

Classes in org.axonframework.eventstore.jpa that implement EventStoreManagement
 class JpaEventStore
          An EventStore implementation that uses JPA to store DomainEvents in a database.
 



Copyright © 2010-2012. All Rights Reserved.