Uses of Interface
org.springframework.cloud.dataflow.server.service.ValidationService
Package
Description
Contains various Services (Interfaces) that are part of the Dataflow Server.
-
Uses of ValidationService in org.springframework.cloud.dataflow.server.service
Modifier and TypeInterfaceDescriptioninterface
Validate Streamsinterface
Validation for Tasks -
Uses of ValidationService in org.springframework.cloud.dataflow.server.service.impl.validation
Modifier 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.