Class FlowableCircuitBreaker.CircuitBreakerSubscriber
java.lang.Object
io.github.resilience4j.rxjava3.AbstractSubscriber<T>
io.github.resilience4j.rxjava3.circuitbreaker.operator.FlowableCircuitBreaker.CircuitBreakerSubscriber
- All Implemented Interfaces:
io.reactivex.rxjava3.disposables.Disposable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription
- Enclosing class:
FlowableCircuitBreaker<T>
-
Field Summary
FieldsFields inherited from class AbstractSubscriber
downstreamSubscriber, eventWasEmitted -
Constructor Summary
ConstructorsConstructorDescriptionCircuitBreakerSubscriber(org.reactivestreams.Subscriber<? super T> downstreamSubscriber) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidMethods inherited from class AbstractSubscriber
cancel, dispose, hookOnNext, isDisposed, onComplete, onError, onNext, onSubscribe, request, toString
-
Field Details
-
start
private final long start
-
-
Constructor Details
-
CircuitBreakerSubscriber
CircuitBreakerSubscriber(org.reactivestreams.Subscriber<? super T> downstreamSubscriber)
-
-
Method Details
-
hookOnError
- Specified by:
hookOnErrorin classAbstractSubscriber<T>
-
hookOnComplete
public void hookOnComplete()- Specified by:
hookOnCompletein classAbstractSubscriber<T>
-
hookOnCancel
public void hookOnCancel()- Specified by:
hookOnCancelin classAbstractSubscriber<T>
-