ResolvedEvent

sec.ResolvedEvent
See theResolvedEvent companion object
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-.

Attributes

event

the original and linked to event record.

link

the link event to the resolved event.

Companion:
object
Source:
event.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Event[P]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product