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.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
SkipperStreamService |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.skipperStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator) |
Modifier and Type | Method and Description |
---|---|
SkipperStreamDeploymentController |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.updatableStreamDeploymentController(StreamDefinitionRepository repository,
SkipperStreamService streamService) |
Constructor and Description |
---|
SkipperStreamDeploymentController(StreamDefinitionRepository repository,
SkipperStreamService skipperStreamService)
Construct a new UpdatableStreamDeploymentController, given a
StreamDeploymentController and SkipperStreamService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSkipperStreamService
An implementation of
SkipperStreamService . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.