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.stream |
Modifier and Type | Method and Description |
---|---|
RuntimeAppsController.AppInstanceController |
DataFlowControllerAutoConfiguration.appInstanceController(StreamDeployer streamDeployer) |
RuntimeAppsController |
DataFlowControllerAutoConfiguration.runtimeAppsController(StreamDeployer streamDeployer,
MetricStore metricStore) |
Modifier and Type | Method and Description |
---|---|
AboutController |
DataFlowControllerAutoConfiguration.aboutController(org.springframework.beans.factory.ObjectProvider<StreamDeployer> streamDeployer,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
FeaturesProperties featuresProperties,
VersionInfoProperties versionInfoProperties,
org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean) |
Constructor and Description |
---|
AboutController(StreamDeployer streamDeployer,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
FeaturesProperties featuresProperties,
VersionInfoProperties versionInfoProperties,
org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean) |
AppInstanceController(StreamDeployer streamDeployer) |
RuntimeAppsController(StreamDeployer streamDeployer,
MetricStore metricStore)
Instantiates a new runtime apps controller.
|
Modifier and Type | Class and Description |
---|---|
class |
AppDeployerStreamDeployer
Uses an AppDeployer instance to deploy the stream.
|
class |
SkipperStreamDeployer
Delegates to Skipper to deploy the stream.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.