Module org.mule.sdk.api
Annotation Interface ExecutionOccurrence
@Target(PARAMETER)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.7")
@DoNotEnforceMinMuleVersion
public @interface ExecutionOccurrence
Used in method arguments of type
Chain or Route, specifies how many times the chain in a scope or route is
expected to be called each time the owning component is executed.
Usage of this annotation does not increase the components min mule version.
- Since:
- 0.9
-
Required Element Summary
Required Elements
-
Element Details
-
value
ChainExecutionOccurrence value
-