Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.gae.eventstore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSnapshotter
Abstract implementation of the
Snapshotter that uses a task executor to
creates snapshots. |
class |
AggregateSnapshotter
Implementation of a snapshotter that uses the actual aggregate and its state to create a snapshot event.
|
class |
SpringAggregateSnapshotter
Implementation of the
AggregateSnapshotter that eases the configuration when
used within a Spring Application Context. |
Modifier and Type | Method and Description |
---|---|
void |
EventCountSnapshotterTrigger.setSnapshotter(Snapshotter snapshotter)
Sets the snapshotter to notify when a snapshot needs to be taken.
|
Modifier and Type | Class and Description |
---|---|
class |
GaeSnapshotter |
Copyright © 2010-2014. All Rights Reserved.