Uses of Class
org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
Packages that use SkipperStreamDeployer
Package
Description
Spring Cloud Data Flow Server configuration classes.
Contains Service implementations for the Dataflow Server.
-
Uses of SkipperStreamDeployer in org.springframework.cloud.dataflow.server.config
Methods in org.springframework.cloud.dataflow.server.config that return SkipperStreamDeployerModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.StreamEnabledConfiguration.skipperStreamDeployer
(org.springframework.cloud.skipper.client.SkipperClient skipperClient, StreamDefinitionRepository streamDefinitionRepository, org.springframework.cloud.skipper.client.SkipperClientProperties skipperClientProperties, AppRegistryService appRegistryService, ForkJoinPool runtimeAppsStatusFJPFB, StreamDefinitionService streamDefinitionService) Methods in org.springframework.cloud.dataflow.server.config with parameters of type SkipperStreamDeployerModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamService
(StreamDefinitionRepository streamDefinitionRepository, SkipperStreamDeployer skipperStreamDeployer, AppDeploymentRequestCreator appDeploymentRequestCreator, StreamValidationService streamValidationService, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, StreamDefinitionService streamDefinitionService) -
Uses of SkipperStreamDeployer in org.springframework.cloud.dataflow.server.service.impl
Constructors in org.springframework.cloud.dataflow.server.service.impl with parameters of type SkipperStreamDeployerModifierConstructorDescriptionDefaultStreamService
(StreamDefinitionRepository streamDefinitionRepository, SkipperStreamDeployer skipperStreamDeployer, AppDeploymentRequestCreator appDeploymentRequestCreator, StreamValidationService streamValidationService, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, StreamDefinitionService streamDefinitionService)