StreamMessage

sec.api.StreamMessage
See theStreamMessage companion trait
object StreamMessage

Attributes

Companion
trait
Source
streams.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class FirstStreamPosition(position: StreamPosition) extends StreamMessage

Attributes

Source
streams.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class LastStreamPosition(position: StreamPosition) extends StreamMessage

Attributes

Source
streams.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class NotFound(streamId: StreamId) extends StreamMessage

Attributes

Companion
object
Source
streams.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object NotFound

Attributes

Companion
class
Source
streams.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
NotFound.type
final case class StreamEvent(event: Event) extends StreamMessage

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Extensions

Extensions

extension (sm: StreamMessage)

Attributes

Source
streams.scala

Attributes

Source
streams.scala
def fold[A](seFn: StreamEvent => A, fpFn: FirstStreamPosition => A, lpFn: LastStreamPosition => A, nfFn: NotFound => A): A

Attributes

Source
streams.scala

Attributes

Source
streams.scala

Attributes

Source
streams.scala

Attributes

Source
streams.scala

Attributes

Source
streams.scala

Attributes

Source
streams.scala

Attributes

Source
streams.scala