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 |
---|---|
RuntimeAppInstanceController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.appInstanceController(StreamDeployer streamDeployer) |
RuntimeAppsController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.runtimeAppsController(StreamDeployer streamDeployer) |
RuntimeStreamsController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.runtimeStreamsControllerV2(StreamDeployer streamDeployer) |
StreamLogsController |
DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamLogsController(StreamDeployer streamDeployer) |
Modifier and Type | Method and Description |
---|---|
AboutController |
DataFlowControllerAutoConfiguration.aboutController(ObjectProvider<StreamDeployer> streamDeployer,
ObjectProvider<LauncherRepository> launcherRepository,
FeaturesProperties featuresProperties,
VersionInfoProperties versionInfoProperties,
org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean,
DataflowMetricsProperties monitoringDashboardInfoProperties) |
Constructor and Description |
---|
AboutController(StreamDeployer streamDeployer,
LauncherRepository launcherRepository,
FeaturesProperties featuresProperties,
VersionInfoProperties versionInfoProperties,
org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean,
DataflowMetricsProperties monitoringProperties) |
RuntimeAppInstanceController(StreamDeployer streamDeployer)
Construct a new RuntimeAppInstanceController
|
RuntimeAppsController(StreamDeployer streamDeployer)
Construct a new runtime apps controller.
|
RuntimeStreamsController(StreamDeployer streamDeployer)
Construct a new runtime apps controller.
|
StreamLogsController(StreamDeployer streamDeployer)
Construct Stream logs controller.
|
Modifier and Type | Class and Description |
---|---|
class |
SkipperStreamDeployer
Delegates to Skipper to deploy the stream.
|
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.