Class MaybeCircuitBreaker.CircuitBreakerMaybeObserver
java.lang.Object
io.github.resilience4j.rxjava3.AbstractDisposable
io.github.resilience4j.rxjava3.AbstractMaybeObserver<T>
io.github.resilience4j.rxjava3.circuitbreaker.operator.MaybeCircuitBreaker.CircuitBreakerMaybeObserver
- All Implemented Interfaces:
io.reactivex.rxjava3.core.MaybeObserver<T>, io.reactivex.rxjava3.disposables.Disposable
- Enclosing class:
MaybeCircuitBreaker<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCircuitBreakerMaybeObserver(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
-
Field Details
-
start
private final long start
-
-
Constructor Details
-
CircuitBreakerMaybeObserver
CircuitBreakerMaybeObserver(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
-