Uses of Interface
org.axonframework.eventsourcing.eventstore.Position
Packages that use Position
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of Position in org.axonframework.eventsourcing.eventstore
Classes in org.axonframework.eventsourcing.eventstore that implement PositionModifier and TypeClassDescriptionfinal classAn implementation ofPositionbased on aggregate sequence numbers.final classAn immutable implementation ofPositionwhich represents positions with an index in the global event stream.Fields in org.axonframework.eventsourcing.eventstore declared as PositionModifier and TypeFieldDescriptionstatic final PositionPosition.STARTRepresents the smallest possible position.Methods in org.axonframework.eventsourcing.eventstore that return PositionModifier and TypeMethodDescriptionReturns the smallest of the two positions.AggregateBasedConsistencyMarker.position()ConsistencyMarker.position()Reduces this consistency marker to a single position if possible.GlobalIndexConsistencyMarker.position()default PositionSourcingCondition.start()The start position in the event sequence to source.Methods in org.axonframework.eventsourcing.eventstore with parameters of type PositionModifier and TypeMethodDescriptionstatic SourcingConditionSourcingCondition.conditionFor(Position start, EventCriteria criteria) Construct aSourcingConditionused to source a model based on the givencriteria.Returns the smallest of the two positions.static longConverts the given position to a global index, if possible.static longAggregateSequenceNumberPosition.toSequenceNumber(Position position) Converts the given position to a sequence number, if possible.