Class TaskBatchProperties
java.lang.Object
org.springframework.cloud.task.batch.configuration.TaskBatchProperties
@ConfigurationProperties(prefix="spring.cloud.task.batch")
public class TaskBatchProperties
extends Object
Establish properties to be used for how Tasks work with Spring Batch.
- Since:
- 2.0.0
- Author:
- Glenn Renfro, Michael Minella
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
long
void
setCommandLineRunnerOrder
(int commandLineRunnerOrder) void
setFailOnJobFailurePollInterval
(long failOnJobFailurePollInterval) void
setJobNames
(String jobNames)
-
Constructor Details
-
TaskBatchProperties
public TaskBatchProperties()
-
-
Method Details
-
getJobNames
-
setJobNames
-
getCommandLineRunnerOrder
public int getCommandLineRunnerOrder() -
setCommandLineRunnerOrder
public void setCommandLineRunnerOrder(int commandLineRunnerOrder) -
getFailOnJobFailurePollInterval
public long getFailOnJobFailurePollInterval() -
setFailOnJobFailurePollInterval
public void setFailOnJobFailurePollInterval(long failOnJobFailurePollInterval)
-