Package akka.actor

Interface TypedActor.PreStart

  • Enclosing class:
    TypedActor

    public static interface TypedActor.PreStart
    Mix this into your TypedActor to be able to hook into its lifecycle
    • Method Detail

      • preStart

        void preStart()
        User overridable callback.

        Is called when an Actor is started by invoking 'actor'.