Uses of Class
org.axonframework.eventsourcing.AbstractSnapshotter
Packages that use AbstractSnapshotter
Package
Description
Classes related to event sourcing.
-
Uses of AbstractSnapshotter in org.axonframework.eventsourcing
Subclasses of AbstractSnapshotter in org.axonframework.eventsourcingModifier and TypeClassDescriptionclassImplementation of a snapshotter that uses the actual aggregate and its state to create a snapshot event. -
Uses of AbstractSnapshotter in org.axonframework.spring.eventsourcing
Subclasses of AbstractSnapshotter in org.axonframework.spring.eventsourcingModifier and TypeClassDescriptionclassSnapshotter implementation that uses the AggregateRoot as state for the snapshot.