@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 loaderRetryAspect This Spring AOP aspect intercepts all methods which are annotated with aRetryannotation.RetryConfiguration Configurationfor resilience4j-retry.RetryConfigurationProperties Main spring properties for retry configurationRxJava2RetryAspectExt the Rx Retry logic support for the spring AOP conditional on the presence of Rx classes on the spring class loader