Package akka.actor

Interface TypedActor.Supervisor

  • Enclosing class:
    TypedActor

    public static interface TypedActor.Supervisor
    Mix this into your TypedActor to be able to define supervisor strategy
    • Method Detail

      • supervisorStrategy

        SupervisorStrategy supervisorStrategy()
        User overridable definition the strategy to use for supervising child actors.