ResolvedEvent

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 parameters:
event

the original and linked to event record.

link

the link event to the resolved event.

Companion:
object
trait Serializable
trait Product
trait Equals
trait Event[P]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product