implicit final class EventOps[P <: PositionInfo] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def created: ZonedDateTime
The creation date of the event in java.time.ZonedDateTime.
- val e: Event[P]
- def eventData: EventData
The payload of the event.
- def fold[A](f: (EventRecord[P]) => A, g: (ResolvedEvent[P]) => A): A
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def record: EventRecord[P]
The actual event record of this event.
The actual event record of this event. There are two options. Either the record points to a normal event or a resolved event.
- def render: String
- def streamId: StreamId
The stream identifier of the stream the event belongs to.
- def streamPosition: Exact
The stream position of the event in its stream.
- def toString(): String
- Definition Classes
- Any