Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SnapshotterTrigger
Interface for
Event Stream Decorators that have the
intent to trigger snapshots. |
Modifier and Type | Class and Description |
---|---|
class |
EventCountSnapshotterTrigger
Snapshotter trigger mechanism that counts the number of events to decide when to create a snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
EventSourcingRepository.setEventStreamDecorators(List<? extends EventStreamDecorator> eventProcessors)
Sets the Event Stream Decorators that will process the event in the DomainEventStream when read, or written to
the event store.
|
Copyright © 2010-2014. All Rights Reserved.