Class FlowableBulkhead.BulkheadSubscriber
java.lang.Object
io.github.resilience4j.rxjava3.AbstractSubscriber<T>
io.github.resilience4j.rxjava3.bulkhead.operator.FlowableBulkhead.BulkheadSubscriber
- All Implemented Interfaces:
io.reactivex.rxjava3.disposables.Disposable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription
- Enclosing class:
FlowableBulkhead<T>
-
Field Summary
Fields inherited from class AbstractSubscriber
downstreamSubscriber, eventWasEmitted -
Constructor Summary
ConstructorsConstructorDescriptionBulkheadSubscriber(org.reactivestreams.Subscriber<? super T> downstreamSubscriber) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidMethods inherited from class AbstractSubscriber
cancel, dispose, hookOnNext, isDisposed, onComplete, onError, onNext, onSubscribe, request, toString
-
Constructor Details
-
BulkheadSubscriber
BulkheadSubscriber(org.reactivestreams.Subscriber<? super T> downstreamSubscriber)
-
-
Method Details
-
hookOnError
- Specified by:
hookOnErrorin classAbstractSubscriber<T>
-
hookOnComplete
public void hookOnComplete()- Specified by:
hookOnCompletein classAbstractSubscriber<T>
-
hookOnCancel
public void hookOnCancel()- Specified by:
hookOnCancelin classAbstractSubscriber<T>
-