Uses of Class
org.springframework.cloud.task.batch.configuration.TaskBatchProperties
Package
Description
-
Uses of TaskBatchProperties in org.springframework.cloud.task.batch.configuration
ModifierConstructorDescriptionTaskJobLauncherApplicationRunnerFactoryBean
(org.springframework.batch.core.launch.JobLauncher jobLauncher, org.springframework.batch.core.explore.JobExplorer jobExplorer, List<org.springframework.batch.core.Job> jobs, TaskBatchProperties taskBatchProperties, org.springframework.batch.core.configuration.JobRegistry jobRegistry, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.boot.autoconfigure.batch.BatchProperties batchProperties) -
Uses of TaskBatchProperties in org.springframework.cloud.task.batch.handler
ModifierConstructorDescriptionTaskJobLauncherApplicationRunner
(org.springframework.batch.core.launch.JobLauncher jobLauncher, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository, TaskBatchProperties taskBatchProperties) Create a newTaskJobLauncherApplicationRunner
.