Annotation Interface OnTerminate
@MinMuleVersion("4.1")
@Target(METHOD)
@Retention(RUNTIME)
@Documented
public @interface OnTerminate
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.
For sources the unique parameters which this callback can receive are the SourceResult;
- Since:
- 1.0