Uses of Interface
org.springframework.cloud.task.batch.partition.EnvironmentVariablesProvider
Packages that use EnvironmentVariablesProvider
-
Uses of EnvironmentVariablesProvider in org.springframework.cloud.task.batch.partition
Classes in org.springframework.cloud.task.batch.partition that implement EnvironmentVariablesProviderModifier and TypeClassDescriptionclass
A simple no-op implementation of theEnvironmentVariablesProvider
.class
Copies all existing environment variables as made available in theEnvironment
only if includeCurrentEnvironment is set to true (default).Methods in org.springframework.cloud.task.batch.partition with parameters of type EnvironmentVariablesProviderModifier and TypeMethodDescriptionvoid
DeployerPartitionHandler.setEnvironmentVariablesProvider
(EnvironmentVariablesProvider environmentVariablesProvider) Used to provide any environment variables to be set on each worker launched.