Uses of Class
org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker.AggregateSequencer
Packages that use AggregateBasedConsistencyMarker.AggregateSequencer
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of AggregateBasedConsistencyMarker.AggregateSequencer in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that return AggregateBasedConsistencyMarker.AggregateSequencerModifier and TypeMethodDescriptionAggregateBasedConsistencyMarker.createSequencer()Create anAggregateBasedConsistencyMarker.AggregateSequencer, initialized with values from this marker, which can increment and provide sequence numbers of multiple aggregates, and integrate the results into a newAggregateBasedConsistencyMarker.