EventType

sec.EventType
See theEventType companion trait
object EventType

Attributes

Companion
trait
Source
event.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
EventType.type

Members list

Type members

Classlikes

sealed abstract case class Normal(name: String) extends EventType

Attributes

Source
event.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait EventType
class Object
trait Matchable
class Any
Show all
sealed abstract case class System(name: String) extends EventType

Attributes

Source
event.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait EventType
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

Value parameters

name

Constructs an event type for EventData. Provided value is validated for non-empty and not starting with the system reserved prefix $.

Attributes

Source
event.scala

Concrete fields

final val LinkTo: System

Attributes

Source
event.scala
final val Settings: System

Attributes

Source
event.scala
final val StatsCollected: System

Attributes

Source
event.scala
final val StreamDeleted: System

Attributes

Source
event.scala
final val StreamMetadata: System

Attributes

Source
event.scala
final val StreamReference: System

Attributes

Source
event.scala

Extensions

Extensions

extension (et: EventType)
def render: String

Attributes

Source
event.scala

Attributes

Source
event.scala