Uses of Class
org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
Packages that use AggregateBasedConsistencyMarker
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of AggregateBasedConsistencyMarker in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that return AggregateBasedConsistencyMarkerModifier and TypeMethodDescriptionAggregateBasedConsistencyMarker.doLowerBound(AggregateBasedConsistencyMarker other) AggregateBasedConsistencyMarker.doUpperBound(AggregateBasedConsistencyMarker other) AggregateBasedConsistencyMarker.from(AppendCondition appendCondition) Constructs anAggregateBasedConsistencyMarkerbased of the givenappendCondition.AggregateBasedConsistencyMarker.AggregateSequencer.toMarker()Creates a newAggregateBasedConsistencyMarkerwith the current state of aggregate sequences tracked by this sequencer.Methods in org.axonframework.eventsourcing.eventstore with parameters of type AggregateBasedConsistencyMarkerModifier and TypeMethodDescriptionAggregateBasedConsistencyMarker.doLowerBound(AggregateBasedConsistencyMarker other) AggregateBasedConsistencyMarker.doUpperBound(AggregateBasedConsistencyMarker other)