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
EventSerializer Interface describing classes that can serialize and deserialize DomainEvents to bytes.
EventStore Abstraction of the event storage mechanism.
EventStoreManagement Interface describing operations useful for management purposes.
EventUpcaster<T> Interface for Upcasters.
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.
 

Class Summary
XStreamEventSerializer Implementation of the serializer that uses XStream as underlying serialization mechanism.
 

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 © 2011. All Rights Reserved.