See: Description
Interface | Description |
---|---|
EventStore |
Abstraction of the event storage mechanism.
|
EventVisitor |
Interface describing an instance of a visitor that receives events for processing.
|
PartialStreamSupport |
Interface implemented by Event Stores that support reading partial event streams.
|
SnapshotEventStore |
Interface describing an event store that is able to store snapshot events.
|
Exception | Description |
---|---|
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.
|
Copyright © 2010-2014. All Rights Reserved.