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.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
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 io.axoniq.framework.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.eventstoreClassDescriptionRepresents 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.handlerClassDescriptionDefines 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.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.