Package dev.snowdrop.vertx.http.common
Class WriteStreamSubscriber<T extends io.vertx.core.streams.WriteStream<?>,U>
- java.lang.Object
-
- reactor.core.publisher.BaseSubscriber<U>
-
- dev.snowdrop.vertx.http.common.WriteStreamSubscriber<T,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 classWriteStreamSubscriber.Builder<T extends io.vertx.core.streams.WriteStream<?>,U>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhookFinally(reactor.core.publisher.SignalType type)protected voidhookOnCancel()protected voidhookOnComplete()protected voidhookOnError(Throwable throwable)protected voidhookOnNext(U value)protected voidhookOnSubscribe(org.reactivestreams.Subscription subscription)-
Methods inherited from class reactor.core.publisher.BaseSubscriber
cancel, dispose, isDisposed, onComplete, onError, onNext, onSubscribe, request, requestUnbounded, toString, upstream
-
-
-
-
Method Detail
-
hookOnSubscribe
protected void hookOnSubscribe(org.reactivestreams.Subscription subscription)
- Overrides:
hookOnSubscribein classreactor.core.publisher.BaseSubscriber<U>
-
hookOnNext
protected void hookOnNext(U value)
- Overrides:
hookOnNextin classreactor.core.publisher.BaseSubscriber<U>
-
hookOnComplete
protected void hookOnComplete()
- Overrides:
hookOnCompletein classreactor.core.publisher.BaseSubscriber<U>
-
hookOnCancel
protected void hookOnCancel()
- Overrides:
hookOnCancelin classreactor.core.publisher.BaseSubscriber<U>
-
hookOnError
protected void hookOnError(Throwable throwable)
- Overrides:
hookOnErrorin classreactor.core.publisher.BaseSubscriber<U>
-
hookFinally
protected void hookFinally(reactor.core.publisher.SignalType type)
- Overrides:
hookFinallyin classreactor.core.publisher.BaseSubscriber<U>
-
-