Class DataflowTaskExplorerConfiguration
java.lang.Object
org.springframework.cloud.dataflow.server.task.DataflowTaskExplorerConfiguration
Configuration for aggregate task related components.
- Author:
- Corneil du Plessis
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondataflowTaskExplorer
(DataSource dataSource, DataflowTaskExecutionQueryDao taskExecutionQueryDao, TaskDefinitionReader taskDefinitionReader, TaskDeploymentReader taskDeploymentReader)
-
Constructor Details
-
DataflowTaskExplorerConfiguration
public DataflowTaskExplorerConfiguration()
-
-
Method Details
-
dataflowTaskExplorer
@Bean public DataflowTaskExplorer dataflowTaskExplorer(DataSource dataSource, DataflowTaskExecutionQueryDao taskExecutionQueryDao, TaskDefinitionReader taskDefinitionReader, TaskDeploymentReader taskDeploymentReader)
-