Uses of Package
org.axonframework.eventsourcing.snapshot.api
Packages that use org.axonframework.eventsourcing.snapshot.api
Package
Description
Axon Server snapshot store implementation.
Part of the Axon Eventsourcing module.
Package for the sourcing handler API.
Public API for snapshotting of event-sourced entities.
In-memory snapshot store implementations.
Store-backed snapshotting implementations for event-sourced entities.
-
Classes in org.axonframework.eventsourcing.snapshot.api used by org.axonframework.axonserver.connector.snapshotClassDescriptionRepresents a snapshot of an entity at a specific position in the event stream.
-
Classes in org.axonframework.eventsourcing.snapshot.api used by org.axonframework.eventsourcing.configurationClassDescriptionDefines a policy for determining when an event-sourced entity should be snapshotted.
-
Classes in org.axonframework.eventsourcing.snapshot.api used by org.axonframework.eventsourcing.handlerClassDescriptionDefines a policy for determining when an event-sourced entity should be snapshotted.A
Snapshotteris responsible for loading and storing snapshots of event-sourced entities. -
Classes in org.axonframework.eventsourcing.snapshot.api used by org.axonframework.eventsourcing.snapshot.apiClassDescriptionRepresents metrics collected while sourcing an event-sourced entity to its current state.Represents a snapshot of an entity at a specific position in the event stream.Defines a policy for determining when an event-sourced entity should be snapshotted.
-
Classes in org.axonframework.eventsourcing.snapshot.api used by org.axonframework.eventsourcing.snapshot.inmemoryClassDescriptionRepresents a snapshot of an entity at a specific position in the event stream.
-
Classes in org.axonframework.eventsourcing.snapshot.api used by org.axonframework.eventsourcing.snapshot.storeClassDescriptionRepresents a snapshot of an entity at a specific position in the event stream.A
Snapshotteris responsible for loading and storing snapshots of event-sourced entities.