Class MaybeRateLimiter.RateLimiterMaybeObserver
java.lang.Object
io.github.resilience4j.rxjava3.AbstractDisposable
io.github.resilience4j.rxjava3.AbstractMaybeObserver<T>
io.github.resilience4j.rxjava3.ratelimiter.operator.MaybeRateLimiter.RateLimiterMaybeObserver
- All Implemented Interfaces:
io.reactivex.rxjava3.core.MaybeObserver<T>, io.reactivex.rxjava3.disposables.Disposable
- Enclosing class:
MaybeRateLimiter<T>
-
Constructor Summary
ConstructorsConstructorDescriptionRateLimiterMaybeObserver(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
-
RateLimiterMaybeObserver
RateLimiterMaybeObserver(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
-