@Target(value=METHOD) @Retention(value=RUNTIME) @Documented 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 © 2021. All rights reserved.