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.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
AppDeploymentRequestCreator |
DataFlowControllerAutoConfiguration.streamDeploymentPropertiesUtils(AppRegistryCommon appRegistry,
CommonApplicationProperties commonApplicationProperties,
ApplicationConfigurationMetadataResolver applicationConfigurationMetadataResolver) |
Modifier and Type | Method and Description |
---|---|
TaskService |
TaskConfiguration.taskService(TaskDefinitionRepository repository,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
org.springframework.cloud.task.repository.TaskRepository taskExecutionRepository,
AppRegistryCommon registry,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metadataResolver,
TaskConfigurationProperties taskConfigurationProperties,
DeploymentIdRepository deploymentIdRepository,
CommonApplicationProperties commonApplicationProperties) |
Constructor and Description |
---|
AppDeploymentRequestCreator(AppRegistryCommon appRegistry,
CommonApplicationProperties commonApplicationProperties,
ApplicationConfigurationMetadataResolver metadataResolver) |
DefaultTaskService(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
org.springframework.cloud.task.repository.TaskRepository taskExecutionRepository,
AppRegistryCommon registry,
org.springframework.core.io.ResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metaDataResolver,
TaskConfigurationProperties taskConfigurationProperties,
DeploymentIdRepository deploymentIdRepository,
String dataflowServerUri,
CommonApplicationProperties commonApplicationProperties)
Initializes the
DefaultTaskService . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.