Class ContainerCmd


  • public class ContainerCmd
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ContainerCmd​(java.lang.String name, Subsystem subsystem, boolean startLogging, scala.Option<com.typesafe.config.Config> defaultConfig)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.actor.typed.ActorRef<?> start​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContainerCmd

        public ContainerCmd​(java.lang.String name,
                            Subsystem subsystem,
                            boolean startLogging,
                            scala.Option<com.typesafe.config.Config> defaultConfig)
    • Method Detail

      • start

        public akka.actor.typed.ActorRef<?> start​(java.lang.String[] args)