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 TypeClassDescriptionclassA simple no-op implementation of theEnvironmentVariablesProvider.classCopies all existing environment variables as made available in theEnvironmentonly if includeCurrentEnvironment is set to true (default).Methods in org.springframework.cloud.task.batch.partition with parameters of type EnvironmentVariablesProviderModifier and TypeMethodDescriptionvoidDeployerPartitionHandler.setEnvironmentVariablesProvider(EnvironmentVariablesProvider environmentVariablesProvider) Used to provide any environment variables to be set on each worker launched.