Class ObserverBulkhead.BulkheadObserver
java.lang.Object
io.github.resilience4j.rxjava3.AbstractDisposable
io.github.resilience4j.rxjava3.AbstractObserver<T>
io.github.resilience4j.rxjava3.bulkhead.operator.ObserverBulkhead.BulkheadObserver
- All Implemented Interfaces:
io.reactivex.rxjava3.core.Observer<T>, io.reactivex.rxjava3.disposables.Disposable
- Enclosing class:
ObserverBulkhead<T>
-
Field Summary
Fields inherited from class AbstractObserver
eventWasEmitted -
Constructor Summary
ConstructorsConstructorDescriptionBulkheadObserver(io.reactivex.rxjava3.core.Observer<? super T> downstreamObserver) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidMethods inherited from class AbstractObserver
hookOnNext, hookOnSubscribe, onComplete, onError, onNextMethods inherited from class AbstractDisposable
dispose, isDisposed, onSubscribe, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.reactivex.rxjava3.core.Observer
onSubscribe
-
Constructor Details
-
BulkheadObserver
BulkheadObserver(io.reactivex.rxjava3.core.Observer<? super T> downstreamObserver)
-
-
Method Details
-
hookOnError
- Specified by:
hookOnErrorin classAbstractObserver<T>
-
hookOnComplete
protected void hookOnComplete()- Specified by:
hookOnCompletein classAbstractObserver<T>
-
hookOnCancel
protected void hookOnCancel()- Specified by:
hookOnCancelin classAbstractDisposable
-