Class WriteStreamSubscriber<T extends io.vertx.core.streams.WriteStream<?>,​U>

  • All Implemented Interfaces:
    org.reactivestreams.Subscriber<U>, org.reactivestreams.Subscription, reactor.core.CoreSubscriber<U>, reactor.core.Disposable

    public class WriteStreamSubscriber<T extends io.vertx.core.streams.WriteStream<?>,​U>
    extends reactor.core.publisher.BaseSubscriber<U>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  WriteStreamSubscriber.Builder<T extends io.vertx.core.streams.WriteStream<?>,​U>  
      • Nested classes/interfaces inherited from interface reactor.core.Disposable

        reactor.core.Disposable.Composite, reactor.core.Disposable.Swap
    • Method Summary

      Modifier and Type Method Description
      protected void hookOnCancel()  
      protected void hookOnComplete()  
      protected void hookOnError​(java.lang.Throwable throwable)  
      protected void hookOnNext​(U value)  
      protected void hookOnSubscribe​(org.reactivestreams.Subscription subscription)  
      • Methods inherited from class reactor.core.publisher.BaseSubscriber

        cancel, dispose, hookFinally, isDisposed, onComplete, onError, onNext, onSubscribe, request, requestUnbounded, toString, upstream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface reactor.core.CoreSubscriber

        currentContext
    • Method Detail

      • hookOnSubscribe

        protected void hookOnSubscribe​(org.reactivestreams.Subscription subscription)
        Overrides:
        hookOnSubscribe in class reactor.core.publisher.BaseSubscriber<U>
      • hookOnNext

        protected void hookOnNext​(U value)
        Overrides:
        hookOnNext in class reactor.core.publisher.BaseSubscriber<U>
      • hookOnComplete

        protected void hookOnComplete()
        Overrides:
        hookOnComplete in class reactor.core.publisher.BaseSubscriber<U>
      • hookOnCancel

        protected void hookOnCancel()
        Overrides:
        hookOnCancel in class reactor.core.publisher.BaseSubscriber<U>
      • hookOnError

        protected void hookOnError​(java.lang.Throwable throwable)
        Overrides:
        hookOnError in class reactor.core.publisher.BaseSubscriber<U>