Class DelegatingSubscriber<T,​U>

    • Field Detail

      • subscriber

        protected final org.reactivestreams.Subscriber<? super U> subscriber
    • Constructor Detail

      • DelegatingSubscriber

        protected DelegatingSubscriber​(org.reactivestreams.Subscriber<? super U> subscriber)
    • Method Detail

      • onSubscribe

        public void onSubscribe​(org.reactivestreams.Subscription subscription)
        Specified by:
        onSubscribe in interface org.reactivestreams.Subscriber<T>
      • onError

        public void onError​(Throwable throwable)
        Specified by:
        onError in interface org.reactivestreams.Subscriber<T>
      • onComplete

        public void onComplete()
        Specified by:
        onComplete in interface org.reactivestreams.Subscriber<T>