EventOps

sec.Event.EventOps
final implicit class EventOps(val e: Event) extends AnyVal

Attributes

Source
event.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def created: ZonedDateTime

The creation date of the event in java.time.ZonedDateTime.

The creation date of the event in java.time.ZonedDateTime.

Attributes

Source
event.scala

The payload of the event.

The payload of the event.

Attributes

Source
event.scala
def fold[A](f: EventRecord => A, g: ResolvedEvent => A): A

Attributes

Source
event.scala

The position of the event in the global stream.

The position of the event in the global stream.

Attributes

Source
event.scala

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.

Attributes

Source
event.scala
def render: String

Attributes

Source
event.scala

The stream identifier of the stream the event belongs to.

The stream identifier of the stream the event belongs to.

Attributes

Source
event.scala

The stream position of the event in its stream.

The stream position of the event in its stream.

Attributes

Source
event.scala

Concrete fields

val e: Event

Attributes

Source
event.scala