Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
StreamDeploymentController |
DataFlowControllerAutoConfiguration.streamDeploymentController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
AppRegistry registry,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
ApplicationConfigurationMetadataResolver metadataResolver,
CommonApplicationProperties appsProperties) |
Modifier and Type | Method and Description |
---|---|
StreamDefinitionController |
DataFlowControllerAutoConfiguration.streamDefinitionController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
StreamDeploymentController deploymentController,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
AppRegistry appRegistry) |
Constructor and Description |
---|
StreamDefinitionController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
StreamDeploymentController deploymentController,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
AppRegistry appRegistry)
Create a
StreamDefinitionController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment ID operations to the provided DeploymentIdRepository
deployment operations to the provided StreamDeploymentController
deployment status computation to the provided AppDeployer
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.