@NonNullApi @NonNullFields

Package io.github.resilience4j.retry.configure

  • Interface Summary 
    Interface Description
    RetryAspectExt
    Retry aspect extension support interface type if you want to support new types
  • Class Summary 
    Class Description
    ReactorRetryAspectExt
    the Reactor Retry logic support for the spring AOP Conditional on Reactor class existence on spring class loader
    RetryAspect
    This Spring AOP aspect intercepts all methods which are annotated with a Retry annotation.
    RetryConfiguration
    Configuration for resilience4j-retry.
    RetryConfigurationProperties
    Main spring properties for retry configuration
    RxJava2RetryAspectExt
    the Rx Retry logic support for the spring AOP conditional on the presence of Rx classes on the spring class loader