Uses of Interface
org.springframework.cloud.dataflow.server.service.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
Modifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.StreamEnabledConfiguration.streamValidationService
(AppRegistryService appRegistry, DockerValidatorProperties dockerValidatorProperties, StreamDefinitionRepository streamDefinitionRepository, StreamDefinitionService streamDefinitionService) Modifier 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
Modifier and TypeFieldDescriptionprotected final StreamValidationService
DefaultStreamService.streamValidationService
ModifierConstructorDescriptionDefaultStreamService
(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
Modifier and TypeClassDescriptionclass
Implementation of the StreamValidationService that delegates to the stream definition repository.