@NonNullApi @NonNullFields
| Interface | Description |
|---|---|
| RetryAspectExt |
Retry aspect extension support interface type if you want to support new types
|
| 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
|