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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowMonitorState.StreamState<T>state()
 
- 
- 
- 
Method Detail- 
stateFlowMonitorState.StreamState<T> state() 
 
- 
 
-