Uses of Package
org.axonframework.eventstore

Packages that use org.axonframework.eventstore
org.axonframework.commandhandling.disruptor   
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.eventstore Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them. 
org.axonframework.eventstore.fs Package containing classes necessary to implement a FileSystem based implementation of the EventStore 
org.axonframework.eventstore.jpa JPA Implementation of the EventStore. 
org.axonframework.eventstore.management   
 

Classes in org.axonframework.eventstore used by org.axonframework.commandhandling.disruptor
EventStore
          Abstraction of the event storage mechanism.
 

Classes in org.axonframework.eventstore used by org.axonframework.eventsourcing
EventStore
          Abstraction of the event storage mechanism.
SnapshotEventStore
          Interface describing an event store that is able to store snapshot events.
 

Classes in org.axonframework.eventstore used by org.axonframework.eventstore
EventStore
          Abstraction of the event storage mechanism.
EventStoreException
          Indicates that the given events stream could not be stored or read due to an underlying exception.
 

Classes in org.axonframework.eventstore used by org.axonframework.eventstore.fs
EventStore
          Abstraction of the event storage mechanism.
EventStoreException
          Indicates that the given events stream could not be stored or read due to an underlying exception.
SnapshotEventStore
          Interface describing an event store that is able to store snapshot events.
 

Classes in org.axonframework.eventstore used by org.axonframework.eventstore.jpa
EventStore
          Abstraction of the event storage mechanism.
EventVisitor
          Interface describing an instance of a visitor that receives events for processing.
SnapshotEventStore
          Interface describing an event store that is able to store snapshot events.
 

Classes in org.axonframework.eventstore used by org.axonframework.eventstore.management
EventVisitor
          Interface describing an instance of a visitor that receives events for processing.
 



Copyright © 2010-2012. All Rights Reserved.