ResolvedEvent

sec.ResolvedEvent
See theResolvedEvent companion object
final case class ResolvedEvent(event: EventRecord, link: EventRecord) extends Event

Represents a EventType.LinkTo event that points to another event. Resolved events are common when reading or subscribing to system prefixed streams, for instance streams like $$ce- or $$et-.

Value parameters

event

the original and linked to event record.

link

the link event to the resolved event.

Attributes

Companion
object
Source
event.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product