Uses of Interface
org.springframework.cloud.task.batch.partition.CommandLineArgsProvider
Packages that use CommandLineArgsProvider
-
Uses of CommandLineArgsProvider in org.springframework.cloud.task.batch.partition
Classes in org.springframework.cloud.task.batch.partition that implement CommandLineArgsProviderModifier and TypeClassDescriptionclassReturns theList<String>provided.classReturns any command line arguments used with theTaskExecutionprovided appended with any additional arguments configured.Methods in org.springframework.cloud.task.batch.partition with parameters of type CommandLineArgsProviderModifier and TypeMethodDescriptionvoidDeployerPartitionHandler.setCommandLineArgsProvider(CommandLineArgsProvider commandLineArgsProvider) Used to provide any command line arguements to be passed to each worker launched.