Package | Description |
---|---|
org.springframework.cloud.task.batch.configuration | |
org.springframework.cloud.task.batch.handler |
Constructor and Description |
---|
TaskJobLauncherApplicationRunnerFactoryBean(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) |
TaskJobLauncherCommandLineRunnerFactoryBean(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)
Deprecated.
|
Constructor and Description |
---|
TaskJobLauncherApplicationRunner(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 new
TaskJobLauncherApplicationRunner . |
TaskJobLauncherCommandLineRunner(org.springframework.batch.core.launch.JobLauncher jobLauncher,
org.springframework.batch.core.explore.JobExplorer jobExplorer,
org.springframework.batch.core.repository.JobRepository jobRepository,
TaskBatchProperties taskBatchProperties)
Deprecated.
Create a new
TaskJobLauncherCommandLineRunner . |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.