Class JContainerCmd$


  • public class JContainerCmd$
    extends java.lang.Object
    Helper instance for Java to start ContainerCmd app
    • Field Summary

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

      Constructors 
      Constructor Description
      JContainerCmd$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.actor.typed.ActorRef<?> start​(java.lang.String name, Subsystem subsystem, java.lang.String[] args, java.util.Optional<com.typesafe.config.Config> defaultConfig)
      Utility for starting a Container to host components or start a component in Standalone mode
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • JContainerCmd$

        public JContainerCmd$()
    • Method Detail

      • start

        public akka.actor.typed.ActorRef<?> start​(java.lang.String name,
                                                  Subsystem subsystem,
                                                  java.lang.String[] args,
                                                  java.util.Optional<com.typesafe.config.Config> defaultConfig)
        Utility for starting a Container to host components or start a component in Standalone mode

        Parameters:
        name - the name to be used for the main app which uses this utility
        args - the command line args accepted in the main app which uses this utility
        defaultConfig - the default configuration which specifies the container or the component to be started alone without any container
        subsystem - (undocumented)
        Returns:
        actor ref of the container or supervisor of the component started without container