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.
Public API for snapshotting of event-sourced entities.
-
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 TypeMethodDescription@Nullable PositionSourcingStrategy.Snapshot.maximumPosition()Returns the value of themaximumPositionrecord component.Returns the smallest of the two positions.AggregateBasedConsistencyMarker.position()ConsistencyMarker.position()Reduces this consistency marker to a single position if possible.GlobalIndexConsistencyMarker.position()SourcingStrategy.Absolute.position()Returns the value of thepositionrecord component.default PositionSourcingCondition.start()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.axonframework.eventsourcing.eventstore with parameters of type PositionModifier and TypeMethodDescriptionstatic SourcingConditionSourcingCondition.conditionFor(Position position, 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.Method parameters in org.axonframework.eventsourcing.eventstore with type arguments of type PositionModifier and TypeMethodDescriptionMessageStream<? extends EventMessage> DefaultEventStoreTransaction.source(SourcingCondition condition, @Nullable Consumer<Position> resumePositionCallback) MessageStream<? extends EventMessage> EventStoreTransaction.source(SourcingCondition condition, @Nullable Consumer<Position> resumePositionCallback) Sources aMessageStreamof typeEventMessagebased on the givencondition, optionally invoking the givenresume positioncallback.Constructors in org.axonframework.eventsourcing.eventstore with parameters of type Position -
Uses of Position in org.axonframework.eventsourcing.snapshot.api
Methods in org.axonframework.eventsourcing.snapshot.api that return PositionModifier and TypeMethodDescriptionSnapshot.position()Returns the value of thepositionrecord component.Constructors in org.axonframework.eventsourcing.snapshot.api with parameters of type Position
SourcingCondition.strategy()'s and check for theabsolute mode