Uses of Interface
org.springframework.cloud.dataflow.server.service.StreamValidationService
Packages that use StreamValidationService
Package
Description
Spring Cloud Data Flow Server configuration classes.
Contains Service implementations for the Dataflow Server.
-
Uses of StreamValidationService in org.springframework.cloud.dataflow.server.config
Methods in org.springframework.cloud.dataflow.server.config that return StreamValidationServiceModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamValidationService
(AppRegistryService appRegistry, DockerValidatorProperties dockerValidatorProperties, StreamDefinitionRepository streamDefinitionRepository, StreamDefinitionService streamDefinitionService) Methods in org.springframework.cloud.dataflow.server.config with parameters of type StreamValidationServiceModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamService
(StreamDefinitionRepository streamDefinitionRepository, SkipperStreamDeployer skipperStreamDeployer, AppDeploymentRequestCreator appDeploymentRequestCreator, StreamValidationService streamValidationService, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, StreamDefinitionService streamDefinitionService) -
Uses of StreamValidationService in org.springframework.cloud.dataflow.server.service.impl
Fields in org.springframework.cloud.dataflow.server.service.impl declared as StreamValidationServiceModifier and TypeFieldDescriptionprotected final StreamValidationService
DefaultStreamService.streamValidationService
Constructors in org.springframework.cloud.dataflow.server.service.impl with parameters of type StreamValidationServiceModifierConstructorDescriptionDefaultStreamService
(StreamDefinitionRepository streamDefinitionRepository, SkipperStreamDeployer skipperStreamDeployer, AppDeploymentRequestCreator appDeploymentRequestCreator, StreamValidationService streamValidationService, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, StreamDefinitionService streamDefinitionService) -
Uses of StreamValidationService in org.springframework.cloud.dataflow.server.service.impl.validation
Classes in org.springframework.cloud.dataflow.server.service.impl.validation that implement StreamValidationServiceModifier and TypeClassDescriptionclass
Implementation of the StreamValidationService that delegates to the stream definition repository.