StreamId

sec.StreamId
See theStreamId companion object
sealed trait StreamId

Stream identifier for streams in EventStoreDB. There are three variants:

Attributes

Companion
object
Source
id.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Id
class Normal
class System
class MetaId

Members list

Value members

Concrete methods

def fold[A](nfn: Normal => A, sfn: System => A, mfn: MetaId => A): A
Implicitly added by StreamIdOps

Attributes

Source
id.scala
Implicitly added by StreamIdOps

Attributes

Source
id.scala
Implicitly added by StreamIdOps

Attributes

Source
id.scala
def render: String
Implicitly added by StreamIdOps

Attributes

Source
id.scala
Implicitly added by StreamIdOps

Attributes

Source
id.scala

Concrete fields

val sid: StreamId
Implicitly added by StreamIdOps

Attributes

Source
id.scala