Package akka.actor

Class ActorDSL$

  • All Implemented Interfaces:
    Creators, Inbox

    public class ActorDSL$
    extends java.lang.Object
    implements Inbox, Creators
    Deprecated.
    deprecated Use the normal `actorOf` methods defined on `ActorSystem` and `ActorContext` to create Actors instead. Since 2.5.0.
    Java API: retrieve the ActorDSL extension for the given system.
    • Field Detail

      • MODULE$

        public static final ActorDSL$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ActorDSL$

        public ActorDSL$()
        Deprecated.