Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.config.features |
Contains specific features' configuration classes.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
TaskDeploymentController |
DataFlowControllerAutoConfiguration.taskDeploymentController(TaskService taskService) |
Modifier and Type | Method and Description |
---|---|
TaskService |
TaskConfiguration.taskService(TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.resource.registry.UriRegistry registry,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metadataResolver) |
Modifier and Type | Method and Description |
---|---|
TaskJobService |
TaskConfiguration.taskJobExecutionRepository(org.springframework.batch.admin.service.JobService service,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskService taskService) |
Constructor and Description |
---|
TaskDeploymentController(TaskService taskService)
Creates a
TaskDeploymentController that delegates launching
operations to the provided TaskService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskService
Default implementation of the
TaskService interface. |
Constructor and Description |
---|
DefaultTaskJobService(org.springframework.batch.admin.service.JobService jobService,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskService taskService) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.