Package akka.stream
Interface FlowMonitor<T>
-
- Type Parameters:
T
- Type of messages passed by the stream
public interface FlowMonitor<T>
Used to monitor the state of a stream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowMonitorState.StreamState<T>
state()
-
-
-
Method Detail
-
state
FlowMonitorState.StreamState<T> state()
-
-