Skip to content

Position

Represents the position (offset) of an event within an event stream or the event store.

Used to track the order of events and support event replay, pagination, and stream navigation. Typically implemented as an integer value incremented with each new event.