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