See: Description
Interface | Description |
---|---|
EventFileResolver |
Interface that allows basic access to InputStreams and appending OutputStreams to event logs for aggregates.
|
Class | Description |
---|---|
FileSystemBufferedReaderDomainEventStream |
DomainEventStream implementation that reads DomainEvents from the filesystem using an
InputStream . |
FileSystemEventMessageReader |
Reads events from the file system returns an event in a raw form as
SerializedDomainEventData . |
FileSystemEventMessageWriter |
Writes a domain event message to the given
DataOutput . |
FileSystemEventStore |
Implementation of the
EventStore that serializes objects (by default using
XStream) and
writes them to files to disk. |
FileSystemSnapshotEventReader |
Reads the latest snapshot event from a given
FileSystemSnapshotEventReader.snapshotEventFile and
skips the correct number of bytes in the given FileSystemSnapshotEventReader.eventFile . |
FileSystemSnapshotEventWriter |
Writes snapshot events to the given
FileSystemSnapshotEventWriter.snapshotEventFile . |
SimpleEventFileResolver |
Very straightforward implementation of the EventFileResolver that stores files in a directory structure underneath a
given base directory.
|
Copyright © 2010-2014. All Rights Reserved.