Class DemandIgnoringSubscription

java.lang.Object
software.amazon.awssdk.utils.async.DemandIgnoringSubscription
All Implemented Interfaces:
org.reactivestreams.Subscription

public final class DemandIgnoringSubscription extends Object implements org.reactivestreams.Subscription
  • Constructor Details

    • DemandIgnoringSubscription

      public DemandIgnoringSubscription(org.reactivestreams.Subscription delegate)
  • Method Details

    • request

      public void request(long n)
      Specified by:
      request in interface org.reactivestreams.Subscription
    • cancel

      public void cancel()
      Specified by:
      cancel in interface org.reactivestreams.Subscription