Package akka.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.collection.immutable.Seq<LogicSnapshot>
logics()
-
-
-
Method Detail
-
logics
scala.collection.immutable.Seq<LogicSnapshot> logics()
-
-