Class Environment
- java.lang.Object
-
- io.streamthoughts.azkarra.api.model.Environment
-
public class Environment extends Object
-
-
Constructor Summary
Constructors Constructor Description Environment(String name, State state, Map<String,Object> config, Set<String> applications, boolean isDefault)Creates a newEnvironmentinstance.
-
-
-
Constructor Detail
-
Environment
public Environment(String name, State state, Map<String,Object> config, Set<String> applications, boolean isDefault)
Creates a newEnvironmentinstance.- 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.
-
-