Uses of Interface
org.springframework.cloud.dataflow.server.task.TaskDeploymentReader
Package
Description
Spring Cloud Data Flow Server configuration classes.
Contains specific features' configuration classes.
Spring Cloud Data Flow Server Repositories.
-
Uses of TaskDeploymentReader in org.springframework.cloud.dataflow.server.config
Modifier and TypeMethodDescriptionDataFlowTaskConfiguration.taskDeploymentReader
(TaskDeploymentRepository repository) -
Uses of TaskDeploymentReader in org.springframework.cloud.dataflow.server.config.features
Modifier and TypeMethodDescriptionTaskConfiguration.taskDeploymentReader
(TaskDeploymentRepository repository) -
Uses of TaskDeploymentReader in org.springframework.cloud.dataflow.server.repository
Modifier and TypeClassDescriptionclass
Provide a simple interface for reading Task deployments when required by Aggregate Task Explorer -
Uses of TaskDeploymentReader in org.springframework.cloud.dataflow.server.task
Modifier and TypeMethodDescriptionDataflowTaskExplorerConfiguration.dataflowTaskExplorer
(DataSource dataSource, DataflowTaskExecutionQueryDao taskExecutionQueryDao, TaskDefinitionReader taskDefinitionReader, TaskDeploymentReader taskDeploymentReader) -
Uses of TaskDeploymentReader in org.springframework.cloud.dataflow.server.task.impl
ModifierConstructorDescriptionDefaultDataflowTaskExplorer
(DataSource dataSource, DataflowTaskExecutionQueryDao taskExecutionQueryDao, TaskDefinitionReader taskDefinitionReader, TaskDeploymentReader taskDeploymentReader)