StreamMessage

sec.api.StreamMessage
See theStreamMessage companion object
sealed trait StreamMessage

StreamMessage represents different kind of messages that you get when reading from a stream.

There are four variants:

Attributes

Companion
object
Source
streams.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

Implicitly added by StreamMessageOps

Attributes

Source
streams.scala
Implicitly added by StreamMessageOps

Attributes

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

Attributes

Source
streams.scala
Implicitly added by StreamMessageOps

Attributes

Source
streams.scala
Implicitly added by StreamMessageOps

Attributes

Source
streams.scala
Implicitly added by StreamMessageOps

Attributes

Source
streams.scala
Implicitly added by StreamMessageOps

Attributes

Source
streams.scala
Implicitly added by StreamMessageOps

Attributes

Source
streams.scala
Implicitly added by StreamMessageOps

Attributes

Source
streams.scala

Concrete fields

Implicitly added by StreamMessageOps

Attributes

Source
streams.scala