Class DelegatingSubscription

  • All Implemented Interfaces:
    org.reactivestreams.Subscription

    public class DelegatingSubscription
    extends Object
    implements org.reactivestreams.Subscription
    • Constructor Detail

      • DelegatingSubscription

        protected DelegatingSubscription​(org.reactivestreams.Subscription s)
    • Method Detail

      • 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