@Target(value=METHOD) @Retention(value=SOURCE) @Documented public @interface TestConnectivity
ConnectionManagement strategy
is able to hit the endpoint. The "Test Connectivity" button of the configuration window will trigger this
method.
The TestConnectivity method can be the same as Connect method, or a separate one.
Constrains for the Decoupled Test Connectivity method:
public abstract boolean active
public abstract String label
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.