Class ContainerCmd$


  • public class ContainerCmd$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ContainerCmd$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ContainerCmd$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.actor.typed.ActorRef<?> start​(java.lang.String name, java.lang.String[] args, scala.Option<com.typesafe.config.Config> defaultConfig)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • ContainerCmd$

        public ContainerCmd$()
    • Method Detail

      • start

        public akka.actor.typed.ActorRef<?> start​(java.lang.String name,
                                                  java.lang.String[] args,
                                                  scala.Option<com.typesafe.config.Config> defaultConfig)