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

Extension method from StreamMessage

Attributes

Source
streams.scala
Extension method from StreamMessage

Attributes

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

Attributes

Source
streams.scala
Extension method from StreamMessage

Attributes

Source
streams.scala
Extension method from StreamMessage

Attributes

Source
streams.scala
Extension method from StreamMessage

Attributes

Source
streams.scala
Extension method from StreamMessage

Attributes

Source
streams.scala
Extension method from StreamMessage

Attributes

Source
streams.scala
Extension method from StreamMessage

Attributes

Source
streams.scala