Package org.springframework.aop.retry
@NullMarked
package org.springframework.aop.retry
A retry interceptor arrangement based on
core.retry
and Reactor.-
ClassDescriptionAbstract retry interceptor implementation, adapting a given retry specification to either
RetryTemplate
or Reactor.A specification for retry attempts on a given method, combining common retry characteristics.A simple concrete retry interceptor based on a givenMethodRetrySpec
.