Class ActorSystemHost


  • public class ActorSystemHost
    extends Object
    • Constructor Detail

      • ActorSystemHost

        protected ActorSystemHost()
    • Method Detail

      • getSystem

        public akka.actor.ActorSystem getSystem()
      • createActor

        public <IFace,​Impl extends IFace> IFace createActor​(Class<IFace> iface,
                                                                  Class<Impl> impl)
      • stopNow

        public void stopNow​(Object actor)
      • shutdown

        public void shutdown​(Object actor)