Uses of Class
org.axonframework.eventsourcing.eventstore.AbstractConsistencyMarker
Packages that use AbstractConsistencyMarker
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of AbstractConsistencyMarker in org.axonframework.eventsourcing.eventstore
Subclasses of AbstractConsistencyMarker in org.axonframework.eventsourcing.eventstoreModifier and TypeClassDescriptionclassConsistencyMarkerimplementation that keeps track of a position per aggregate identifier.classConsistencyMarkerimplementation that uses a single `long` to represent a position in an event stream.