@Configuration
@EnableConfigurationProperties(value={TaskLauncherFunctionProperties.class,org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.class})
public class TaskLauncherFunctionConfiguration
extends Object
| Constructor and Description |
|---|
TaskLauncherFunctionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TaskLauncherFunction |
taskLauncherFunction(DataFlowOperations dataFlowOperations,
TaskLauncherFunctionProperties functionProperties) |
@Bean public TaskLauncherFunction taskLauncherFunction(DataFlowOperations dataFlowOperations, TaskLauncherFunctionProperties functionProperties)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.