Class DelegatingSubscription

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

@SdkProtectedApi public class DelegatingSubscription extends Object implements org.reactivestreams.Subscription
  • Constructor Details

    • DelegatingSubscription

      protected DelegatingSubscription(org.reactivestreams.Subscription s)
  • Method Details

    • request

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

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