Class BufferingSubscriber<T>

  • All Implemented Interfaces:
    org.reactivestreams.Subscriber<T>

    public class BufferingSubscriber<T>
    extends DelegatingSubscriber<T,​List<T>>
    • Constructor Detail

      • BufferingSubscriber

        public BufferingSubscriber​(org.reactivestreams.Subscriber<? super List<T>> subscriber,
                                   int bufferSize)
    • Method Detail

      • onSubscribe

        public void onSubscribe​(org.reactivestreams.Subscription subscription)
        Specified by:
        onSubscribe in interface org.reactivestreams.Subscriber<T>
        Overrides:
        onSubscribe in class DelegatingSubscriber<T,​List<T>>
      • onNext

        public void onNext​(T t)