Class Environment


  • public class Environment
    extends Object
    • Constructor Detail

      • Environment

        public Environment​(String name,
                           State state,
                           Map<String,​Object> config,
                           Set<String> applications,
                           boolean isDefault)
        Creates a new Environment instance.
        Parameters:
        name - the environment name.
        state - the environment state.
        config - the environment configuration.
        applications - the list of active streams applications.
        isDefault - is the default environment.