@Configuration @EnableConfigurationProperties(value=SchedulerTaskLauncherProperties.class) public class LauncherConfiguration extends Object
| Constructor and Description |
|---|
LauncherConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.CommandLineRunner |
commandLineRunner(SchedulerTaskLauncher schedulerTaskLauncher) |
TaskOperations |
getTaskOperations(SchedulerTaskLauncherProperties schedulerTaskLauncherProperties,
DataFlowOperations dataFlowOperations) |
SchedulerTaskLauncher |
launchRequestConsumer(SchedulerTaskLauncherProperties schedulerTaskLauncherProperties,
TaskOperations taskOperations,
org.springframework.core.env.Environment environment) |
@Bean public SchedulerTaskLauncher launchRequestConsumer(SchedulerTaskLauncherProperties schedulerTaskLauncherProperties, TaskOperations taskOperations, org.springframework.core.env.Environment environment)
@Bean public TaskOperations getTaskOperations(SchedulerTaskLauncherProperties schedulerTaskLauncherProperties, DataFlowOperations dataFlowOperations)
@Bean public org.springframework.boot.CommandLineRunner commandLineRunner(SchedulerTaskLauncher schedulerTaskLauncher)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.