Package org.mule.runtime.extension.api.annotation.execution


package org.mule.runtime.extension.api.annotation.execution
  • Annotation Interfaces
    Class
    Description
    Allows to specify the ExecutionType of 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.