@MinMuleVersion("4.1") @Target(METHOD) @Retention(RUNTIME) @Documented 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
    Modifier and Type
    Required Element
    Description
    org.mule.runtime.api.meta.model.operation.ExecutionType
     
  • Element Details

    • value

      org.mule.runtime.api.meta.model.operation.ExecutionType value