public interface Validator
ValidationResult object.
The validate() method receives a Event in order to make it generic and easy to extend. However, that
doesn't necessarily mean that all the validation is performed with or over the event exclusively. Thread safeness is not to be
assumed over instances of this class since the validator could be stateful.| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validate()
Performs the validation and generates a
ValidationResult back. |
ValidationResult validate()
ValidationResult back.ValidationResultCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.