Class EnvironmentConfig

    • Method Detail

      • type

        public String type()
        Gets the environment type.
        Returns:
        a string type.
      • name

        public String name()
        Gets the environment name.
        Returns:
        a string name.
      • config

        public Conf config()
        Gets the configuration for this environment.
        Returns:
        a Conf instance.
      • topologyStreamConfigs

        public List<TopologyConfig> topologyStreamConfigs()
        Gets all the topology streams configurations for this environment.
        Returns:
        a Conf instance. Can be empty if no streams is defined for this environment.