Class SimpleRetryInterceptor

java.lang.Object
org.springframework.resilience.retry.AbstractRetryInterceptor
org.springframework.resilience.retry.SimpleRetryInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class SimpleRetryInterceptor extends AbstractRetryInterceptor
A simple concrete retry interceptor based on a given MethodRetrySpec.
Since:
7.0
Author:
Juergen Hoeller
  • Constructor Details

    • SimpleRetryInterceptor

      public SimpleRetryInterceptor(MethodRetrySpec retrySpec)
      Create a SimpleRetryInterceptor for the given MethodRetrySpec.
      Parameters:
      retrySpec - the specification to use for all method invocations
  • Method Details