Package org.apache.pekko.stream.snapshot
Interface StreamSnapshot
- 
 public interface StreamSnapshotA snapshot of one running streamNot for user extension 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.collection.immutable.Seq<RunningInterpreter>activeInterpreters()Running interpretersscala.collection.immutable.Seq<UninitializedInterpreter>newShells()Interpreters that has been created but not yet initialized - the stream is not yet running
 
- 
- 
- 
Method Detail- 
activeInterpretersscala.collection.immutable.Seq<RunningInterpreter> activeInterpreters() Running interpreters
 - 
newShellsscala.collection.immutable.Seq<UninitializedInterpreter> newShells() Interpreters that has been created but not yet initialized - the stream is not yet running
 
- 
 
-