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

Concise view

Value members

Concrete methods

Implicitly added by StreamMessageOps

Attributes

Source:
streams.scala
Implicitly added by StreamMessageOps

Attributes

Source:
streams.scala
def fold[A](eFn: Event => 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