Module org.mule.sdk.api
Annotation Interface OnBackPressure
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
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.0