Class AggregateBasedConsistencyMarker

java.lang.Object
org.axonframework.eventsourcing.eventstore.AbstractConsistencyMarker<AggregateBasedConsistencyMarker>
org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
All Implemented Interfaces:
ConsistencyMarker

public class AggregateBasedConsistencyMarker extends AbstractConsistencyMarker<AggregateBasedConsistencyMarker>
ConsistencyMarker implementation that keeps track of a position per aggregate identifier. A single AggregateBasedConsistencyMarker can track the positions of multiple Aggregates.
Since:
5.0.0
Author:
Allard Buijze