final case
class ResolvedEvent[P <: PositionInfo](event: EventRecord[P], link: EventRecord[P]) extends Event[P]
Represents a EventType.LinkTo event that points to another event. Resolved events are common when reading or
subscribing to system prefixed streams, for instance category streams like $ce-
or $et-
.
- Value Params
- event
the original and linked to event record.
- link
the link event to the resolved event.
- Companion
- object