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

    Modifier and Type
    Method
    Description
    scala.collection.immutable.Seq<LogicSnapshot>
     
  • Method Details