Class GlobalIndexConsistencyMarker

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

public class GlobalIndexConsistencyMarker extends AbstractConsistencyMarker<GlobalIndexConsistencyMarker>
ConsistencyMarker implementation that uses a single `long` to represent a position in an event stream.
Since:
5.0.0
Author:
Allard Buijze
  • Constructor Details

    • GlobalIndexConsistencyMarker

      public GlobalIndexConsistencyMarker(long position)
      Creates a marker for the given position.
      Parameters:
      position - The position in the event stream this marker represents.
  • Method Details