@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @MinMuleVersion(value="4.5.0") public @interface OnBackPressure
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
Copyright © 2023. All rights reserved.