Uses of Class
org.axonframework.eventsourcing.AggregateSnapshotter
Packages that use AggregateSnapshotter
Package
Description
Classes related to event sourcing.
-
Uses of AggregateSnapshotter in org.axonframework.eventsourcing
Methods in org.axonframework.eventsourcing that return AggregateSnapshotterModifier and TypeMethodDescriptionAggregateSnapshotter.Builder.build()Initializes aAggregateSnapshotteras specified through this Builder. -
Uses of AggregateSnapshotter in org.axonframework.spring.eventsourcing
Subclasses of AggregateSnapshotter in org.axonframework.spring.eventsourcingModifier and TypeClassDescriptionclassSnapshotter implementation that uses the AggregateRoot as state for the snapshot.