Package org.apache.pekko.stream.snapshot
Interface InterpreterSnapshot
- All Known Subinterfaces:
RunningInterpreter,UninitializedInterpreter
public interface InterpreterSnapshot
A snapshot of one interpreter - contains a set of logics running in the same underlying actor. Note that
multiple interpreters may be running in the same actor (because of submaterialization)
Not for user extension
-
Method Summary
-
Method Details
-
logics
scala.collection.immutable.Seq<LogicSnapshot> logics()
-