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