Uses of Interface
org.springframework.cloud.dataflow.server.stream.StreamDeployer
Packages that use StreamDeployer
Package
Description
Spring Cloud Data Flow Server configuration classes.
Spring Cloud Data Flow Server Controllers.
-
Uses of StreamDeployer in org.springframework.cloud.dataflow.server.config
Methods in org.springframework.cloud.dataflow.server.config with parameters of type StreamDeployerModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.StreamEnabledConfiguration.appInstanceController
(StreamDeployer streamDeployer) DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.runtimeAppsController
(StreamDeployer streamDeployer) DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.runtimeStreamsControllerV2
(StreamDeployer streamDeployer) DataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamLogsController
(StreamDeployer streamDeployer) Method parameters in org.springframework.cloud.dataflow.server.config with type arguments of type StreamDeployerModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.aboutController
(ObjectProvider<StreamDeployer> streamDeployer, ObjectProvider<LauncherRepository> launcherRepository, FeaturesProperties featuresProperties, VersionInfoProperties versionInfoProperties, org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean, DataflowMetricsProperties monitoringDashboardInfoProperties, ObjectProvider<org.springframework.boot.actuate.info.GitInfoContributor> gitInfoContributor, ObjectProvider<org.springframework.boot.actuate.info.BuildInfoContributor> buildInfoContributor) -
Uses of StreamDeployer in org.springframework.cloud.dataflow.server.controller
Constructors in org.springframework.cloud.dataflow.server.controller with parameters of type StreamDeployerModifierConstructorDescriptionAboutController
(StreamDeployer streamDeployer, LauncherRepository launcherRepository, FeaturesProperties featuresProperties, VersionInfoProperties versionInfoProperties, org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean, DataflowMetricsProperties monitoringProperties, ObjectProvider<org.springframework.boot.actuate.info.GitInfoContributor> gitInfoContributor, ObjectProvider<org.springframework.boot.actuate.info.BuildInfoContributor> buildInfoContributor) RuntimeAppInstanceController
(StreamDeployer streamDeployer) Construct a new RuntimeAppInstanceControllerRuntimeAppsController
(StreamDeployer streamDeployer) Construct a new runtime apps controller.RuntimeStreamsController
(StreamDeployer streamDeployer) Construct a new runtime apps controller.StreamLogsController
(StreamDeployer streamDeployer) Construct Stream logs controller. -
Uses of StreamDeployer in org.springframework.cloud.dataflow.server.stream
Classes in org.springframework.cloud.dataflow.server.stream that implement StreamDeployerModifier and TypeClassDescriptionclass
Delegates to Skipper to deploy the stream.