Package io.github.resilience4j.retry.configure


@NonNullApi @NonNullFields package io.github.resilience4j.retry.configure
  • Class
    Description
    the Reactor Retry logic support for the spring AOP Conditional on Reactor class existence on spring class loader
    This Spring AOP aspect intercepts all methods which are annotated with a Retry annotation.
    Retry aspect extension support interface type if you want to support new types
    Configuration for resilience4j-retry.
    Main spring properties for retry configuration
    the Rx Retry logic support for the spring AOP conditional on the presence of Rx classes on the spring class loader