Class MaybeBulkhead.BulkheadMaybeObserver
java.lang.Object
io.github.resilience4j.rxjava3.AbstractDisposable
io.github.resilience4j.rxjava3.AbstractMaybeObserver<T>
io.github.resilience4j.rxjava3.bulkhead.operator.MaybeBulkhead.BulkheadMaybeObserver
- All Implemented Interfaces:
io.reactivex.rxjava3.core.MaybeObserver<T>, io.reactivex.rxjava3.disposables.Disposable
- Enclosing class:
MaybeBulkhead<T>
-
Constructor Summary
ConstructorsConstructorDescriptionBulkheadMaybeObserver(io.reactivex.rxjava3.core.MaybeObserver<? super T> downstreamObserver) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidhookOnSuccess(T value) Methods inherited from class AbstractMaybeObserver
hookOnSubscribe, onComplete, onError, onSuccessMethods 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.MaybeObserver
onSubscribe
-
Constructor Details
-
BulkheadMaybeObserver
BulkheadMaybeObserver(io.reactivex.rxjava3.core.MaybeObserver<? super T> downstreamObserver)
-
-
Method Details
-
hookOnComplete
protected void hookOnComplete()- Specified by:
hookOnCompletein classAbstractMaybeObserver<T>
-
hookOnError
- Specified by:
hookOnErrorin classAbstractMaybeObserver<T>
-
hookOnSuccess
- Specified by:
hookOnSuccessin classAbstractMaybeObserver<T>
-
hookOnCancel
protected void hookOnCancel()- Specified by:
hookOnCancelin classAbstractDisposable
-