Annotation Interface OnBackPressure
@MinMuleVersion("4.1")
@Target(METHOD)
@Retention(RUNTIME)
@Documented
public @interface OnBackPressure
Used to indicate that an annotated method in a
Source should be executed when the runtime applies back pressure on a
message generated by the owning source.
The annotated method can either be argument-less or receive a BackPressureContext
- Since:
- 1.1