|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventStoreException | |
---|---|
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 |
Uses of EventStoreException in org.axonframework.eventstore |
---|
Subclasses of EventStoreException in org.axonframework.eventstore | |
---|---|
class |
EventStreamNotFoundException
Exception indicating that the event store could not find an event stream for a given aggregate type and identifier. |
Uses of EventStoreException in org.axonframework.eventstore.fs |
---|
Methods in org.axonframework.eventstore.fs that throw EventStoreException | |
---|---|
void |
FileSystemEventStore.appendSnapshotEvent(String type,
DomainEventMessage snapshotEvent)
Append the given snapshotEvent to the snapshot event log for the given type type . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |