Package | Description |
---|---|
org.springframework.cloud.dataflow.admin.config |
Spring Cloud Data Flow REST configuration classes.
|
org.springframework.cloud.dataflow.admin.controller |
Spring Cloud Data Flow Admin Controllers.
|
org.springframework.cloud.dataflow.admin.repository |
Spring Cloud Data Flow Admin Repositories.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinitionRepository |
AdminConfiguration.taskDefinitionRepository() |
Constructor and Description |
---|
TaskController(TaskDefinitionRepository repository,
ModuleRegistry registry,
org.springframework.cloud.dataflow.module.deployer.ModuleDeployer deployer)
Creates a
TaskController that delegates
CRUD operations to the provided TaskDefinitionRepository
module coordinate retrieval to the provided ModuleRegistry
deployment/launching operations to the provided ModuleDeployer
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTaskDefinitionRepository
In-memory implementation of
TaskDefinitionRepository . |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.