Class Hierarchy

  • java.lang.Object
    • reactor.core.publisher.BaseSubscriber<T> (implements reactor.core.CoreSubscriber<T>, reactor.core.Disposable, org.reactivestreams.Subscription)
    • io.github.resilience4j.reactor.bulkhead.operator.BulkheadOperator<T> (implements java.util.function.UnaryOperator<T>)
    • io.github.resilience4j.reactor.circuitbreaker.operator.CircuitBreakerOperator<T> (implements java.util.function.UnaryOperator<T>)
    • io.github.resilience4j.reactor.ratelimiter.operator.RateLimiterOperator<T> (implements java.util.function.UnaryOperator<T>)
    • io.github.resilience4j.reactor.adapter.ReactorAdapter
    • io.github.resilience4j.reactor.retry.RetryOperator<T> (implements java.util.function.UnaryOperator<T>)
    • java.lang.Throwable (implements java.io.Serializable)
      • java.lang.Exception
    • io.github.resilience4j.reactor.timelimiter.TimeLimiterOperator<T> (implements java.util.function.UnaryOperator<T>)