Uses of Interface
org.springframework.cloud.dataflow.server.service.ValidationService
Packages that use ValidationService
Package
Description
Contains various Services (Interfaces) that are part of the Dataflow Server.
-
Uses of ValidationService in org.springframework.cloud.dataflow.server.service
Subinterfaces of ValidationService in org.springframework.cloud.dataflow.server.serviceModifier and TypeInterfaceDescriptioninterface
Validate Streamsinterface
Validation for Tasks -
Uses of ValidationService in org.springframework.cloud.dataflow.server.service.impl.validation
Classes in org.springframework.cloud.dataflow.server.service.impl.validation that implement ValidationServiceModifier and TypeClassDescriptionclass
Implementation of the StreamValidationService that delegates to the stream definition repository.class
Implementation of the TaskValidationService that delegates to the task definition repository and is able to validate composed task definitions.class
Implementation of Validation Service that delegates to the application registry.