Uses of Class
org.springframework.cloud.task.batch.configuration.TaskBatchProperties
Packages that use TaskBatchProperties
Package
Description
-
Uses of TaskBatchProperties in org.springframework.cloud.task.batch.configuration
Constructors in org.springframework.cloud.task.batch.configuration with parameters of type TaskBatchPropertiesModifierConstructorDescriptionTaskJobLauncherApplicationRunnerFactoryBean
(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
Constructors in org.springframework.cloud.task.batch.handler with parameters of type TaskBatchPropertiesModifierConstructorDescriptionTaskJobLauncherApplicationRunner
(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
.