Module org.mule.sdk.api
Annotation Interface Execution
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
@DoNotEnforceMinMuleVersion
public @interface Execution
Allows to specify the
ExecutionType of the annotated component.
Usage of this annotation is completely optional. If not provided, the runtime will perform a best guess on what the best
ExecutionType is.
- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
ExecutionType value
-