public static interface ComponentVerifierExtension.Result extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ComponentVerifierExtension.Result.Status
Status of the verification
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentVerifierExtension.VerificationError> |
getErrors()
Collection of errors happened for the verification.
|
ComponentVerifierExtension.Scope |
getScope()
Scope of the verification.
|
ComponentVerifierExtension.Result.Status |
getStatus()
Result of the validation as status.
|
ComponentVerifierExtension.Scope getScope()
ComponentVerifierExtension.verify(ComponentVerifierExtension.Scope, Map) and
can be used for correlation.ComponentVerifierExtension.Result.Status getStatus()
List<ComponentVerifierExtension.VerificationError> getErrors()
Apache Camel