Class ComponentVerifierExtension
java.lang.Object
org.apache.camel.api.management.mbean.ComponentVerifierExtension
Defines the interface used for validating component/endpoint parameters. The central method of this interface is
ManagedComponentMBean.verify(String, Map) which takes a scope and a set of parameters which should be
verified.
The return value is a ComponentVerifierExtension.Result of the verification-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe result of a verificationstatic enumThe scope defines how the parameters should be verified.static interfaceThis interface represents a detailed error in case when the verification fails. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComponentVerifierExtension
public ComponentVerifierExtension()
-