@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface PrimaryNodeOnly
Source should only run on the primary node, when running in cluster mode.
A parameter of name ExtensionConstants.PRIMARY_NODE_ONLY_PARAMETER_NAME will not be added automatically and the
runtime will only start the source when the mule instance becomes the primary node.
Copyright © 2018 MuleSoft, Inc.. All rights reserved.