public class TaskJobLauncherCommandLineRunnerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<TaskJobLauncherCommandLineRunner>
TaskJobLauncherCommandLineRunner
.Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
TaskJobLauncherCommandLineRunner |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
void |
setOrder(int order)
Deprecated.
|
public 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)
public void setOrder(int order)
public TaskJobLauncherCommandLineRunner getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<TaskJobLauncherCommandLineRunner>
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<TaskJobLauncherCommandLineRunner>
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.