Class Functions.MaxRequestSubscription

  • All Implemented Interfaces:
    Consumer<org.reactivestreams.Subscription>
    Enclosing class:
    Functions

    static final class Functions.MaxRequestSubscription
    extends java.lang.Object
    implements Consumer<org.reactivestreams.Subscription>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(org.reactivestreams.Subscription t)
      Consume the given value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxRequestSubscription

        MaxRequestSubscription()
    • Method Detail

      • accept

        public void accept​(org.reactivestreams.Subscription t)
        Description copied from interface: Consumer
        Consume the given value.
        Specified by:
        accept in interface Consumer<org.reactivestreams.Subscription>
        Parameters:
        t - the value