A persisted event in EventStoreDB. There are two variants:
- EventRecord An event in an event stream.
- ResolvedEvent A special event that contains a link and a linked event record.
- Type Params
- P
Tells whether the event is retrieved from the global stream PositionInfo.Global or from an individual stream PositionInfo.Local.
- Companion
- object
Value members
Concrete methods
The creation date of the event in java.time.ZonedDateTime.
The creation date of the event in java.time.ZonedDateTime.
The actual event record of this event. There are two options. Either the record points to a normal event or a resolved event.
The actual event record of this event. There are two options. Either the record points to a normal event or a resolved event.
The stream identifier of the stream the event belongs to.
The stream identifier of the stream the event belongs to.
The stream position of the event in its stream.
The stream position of the event in its stream.