Package org.axonframework.eventstore

Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them.

See:
          Description

Interface Summary
EventStore Abstraction of the event storage mechanism.
EventVisitor Interface describing an instance of a visitor that receives events for processing.
PartialStreamSupport Interface implemented by Event Stores that support reading partial event streams.
SnapshotEventStore Interface describing an event store that is able to store snapshot events.
 

Exception Summary
EventStoreException Indicates that the given events stream could not be stored or read due to an underlying exception.
EventStreamNotFoundException Exception indicating that the event store could not find an event stream for a given aggregate type and identifier.
 

Package org.axonframework.eventstore Description

Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them.



Copyright © 2010-2016. All Rights Reserved.