Class ContainerBootstrapInfo

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public class ContainerBootstrapInfo
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    param: mode mode in which container needs to be started. Ex. Standalone or Container param: configFilePath path of configuration file which is provided to container cmd app to start specified components from config param: configFileLocation indicator to fetch config file either from local machine or from Configuration service
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • apply

        public abstract static R apply​(T1 v1,
                                       T2 v2,
                                       T3 v3)
      • toString

        public static java.lang.String toString()
      • configFilePath

        public java.lang.String configFilePath()