FlowMonitorState
org.apache.pekko.stream.FlowMonitorState
object FlowMonitorState
Attributes
- Source
- FlowMonitor.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FlowMonitorState.type
Members list
Type members
Classlikes
final case class Failed(cause: Throwable) extends StreamState[Nothing]
Stream failed
Stream failed
Value parameters
- cause
-
The cause of the failure
Attributes
- Source
- FlowMonitor.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StreamState[Nothing]class Objecttrait Matchableclass AnyShow all
case object Finished extends StreamState[Nothing]
Stream completed successfully
Stream completed successfully
Attributes
- Source
- FlowMonitor.scala
- Supertypes
- Self type
-
Finished.type
case object Initialized extends StreamState[Nothing]
Stream was created, but no events have passed through it
Stream was created, but no events have passed through it
Attributes
- Source
- FlowMonitor.scala
- Supertypes
- Self type
-
Initialized.type
final case class Received[+U](msg: U) extends StreamState[U]
Stream processed a message
Stream processed a message
Value parameters
- msg
-
The processed message
Attributes
- Source
- FlowMonitor.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StreamState[U]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- FlowMonitor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Value members
Concrete methods
Java API
Java API
Java API
Java API
In this article