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.
Store-backed snapshotting implementations for 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 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.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. -
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.Methods in org.axonframework.eventsourcing.snapshot.api with parameters of type PositionModifier and TypeMethodDescriptionvoidStores the given entity as a snapshot asynchronously.Constructors in org.axonframework.eventsourcing.snapshot.api with parameters of type Position -
Uses of Position in org.axonframework.eventsourcing.snapshot.store
Methods in org.axonframework.eventsourcing.snapshot.store with parameters of type Position