Module org.mule.sdk.api
Package org.mule.sdk.api.annotation.execution
package org.mule.sdk.api.annotation.execution
-
Annotation InterfacesClassDescriptionAllows to specify the
ExecutionTypeof the annotated component.Used to indicate that an annotated method should be executed when a generated event was processed by the owning flow but an error was thrown.Used to indicate that an Source's method should be executed when a generated event is successfully processed by the owning flow.Used to indicate that an annotated method should be executed when a generated event was processed by the owning flow, doesn't taking in account if the processing finished successfully or not.