Class RuntimeEnvironment
java.lang.Object
org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
Provides information about the runtime environment.
- Author:
- Gunnar Hillert, Ilayaperumal Gopinathan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAppDeployer
(RuntimeEnvironmentDetails appDeployer) void
setTaskLaunchers
(List<RuntimeEnvironmentDetails> taskLaunchers)
-
Constructor Details
-
RuntimeEnvironment
public RuntimeEnvironment()Default constructor for serialization frameworks.
-
-
Method Details
-
getAppDeployer
- Returns:
- Null, if the stream feature is disabled
-
setAppDeployer
-
getTaskLaunchers
- Returns:
- Null, if the task feature is disabled
-
setTaskLaunchers
-