Package org.axonframework.eventstore.fs

Package containing classes necessary to implement a FileSystem based implementation of the EventStore

See:
          Description

Interface Summary
EventFileResolver Interface that allows basic access to InputStreams and appending OutputStreams to event logs for aggregates.
 

Class Summary
FileSystemEventStore Implementation of the EventStore that serializes objects using XStream and writes them to files to disk.
SimpleEventFileResolver Very straightforward implementation of the EventFileResolver that stores files in a directory structure underneath a given base directory.
 

Package org.axonframework.eventstore.fs Description

Package containing classes necessary to implement a FileSystem based implementation of the EventStore



Copyright © 2011. All Rights Reserved.