Annotation Interface BackpressureSupport


@Retention(RUNTIME) @Documented @Target({METHOD,TYPE}) public @interface BackpressureSupport
Indicates the backpressure support kind of the associated operator or class.
Since:
2.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The backpressure supported by this method or class.
  • Element Details

    • value

      The backpressure supported by this method or class.
      Returns:
      backpressure supported by this method or class.