Interface ManagedComponentMBean
public interface ManagedComponentMBean
-
Method Summary
-
Method Details
-
getComponentName
-
getState
-
getCamelId
-
getCamelManagementName
-
isVerifySupported
@ManagedAttribute(description="Whether this component support verification (parameters or connectivity)") boolean isVerifySupported() -
verify
@ManagedOperation(description="Verify options against a given scope") ComponentVerifierExtension.Result verify(String scope, Map<String, String> options)
-