Class ComponentVerifierExtension
- java.lang.Object
-
- org.apache.camel.api.management.mbean.ComponentVerifierExtension
-
public final class ComponentVerifierExtension extends Object
Defines the interface used for validating component/endpoint parameters. The central method of this interface isManagedComponentMBean.verify(String, Map)which takes a scope and a set of parameters which should be verified. The return value is aComponentVerifierExtension.Resultof the verification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComponentVerifierExtension.ResultThe result of a verificationstatic classComponentVerifierExtension.ScopeThe scope defines how the parameters should be verified.static interfaceComponentVerifierExtension.VerificationErrorThis interface represents a detailed error in case when the verification fails.
-
Constructor Summary
Constructors Constructor Description ComponentVerifierExtension()
-
-
-
Constructor Detail
-
ComponentVerifierExtension
public ComponentVerifierExtension()
-
-