Annotation Type 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
      BackpressureKind value
      The backpressure supported by this method or class.
    • Element Detail

      • value

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