Interface StreamValidationService
- All Superinterfaces:
ValidationService
- All Known Implementing Classes:
DefaultStreamValidationService
Validate Streams
- Author:
- Mark Pollack
-
Method Summary
Modifier and TypeMethodDescriptionvalidateStream
(String name) Validate the stream given the registered nameMethods inherited from interface org.springframework.cloud.dataflow.server.service.ValidationService
isRegistered, validate
-
Method Details
-
validateStream
Validate the stream given the registered name- Parameters:
name
- then name of the stream- Returns:
- the validation status
-