sealed trait StreamId
Stream identifier for streams in EventStoreDB. There are three variants:
Stream identifier for streams in EventStoreDB. There are three variants:
- StreamId.System identifier used for reserverd internal system streams.
- StreamId.Normal identifier used by users.
- StreamId.MetaId identifier used for metadata streams of StreamId.System streams or StreamId.Normal streams.
- Companion
- object