Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
EventStreamNotFoundException
Exception indicating that the event store could not find an event stream for a given aggregate type and identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemEventStore.appendSnapshotEvent(String type,
DomainEventMessage snapshotEvent)
Append the given
snapshotEvent to the snapshot event log for the given type type . |
Copyright © 2010-2014. All Rights Reserved.