FlowMonitor

org.apache.pekko.stream.FlowMonitor
trait FlowMonitor[+T]

Used to monitor the state of a stream

Type parameters

T

Type of messages passed by the stream

Attributes

Source
FlowMonitor.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def state: StreamState[T]

Attributes

Source
FlowMonitor.scala