Interface RetryAspectExt

All Known Implementing Classes:
ReactorRetryAspectExt, RxJava2RetryAspectExt

public interface RetryAspectExt
Retry aspect extension support interface type if you want to support new types
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.retry.Retry retry, String methodName)
     
  • Method Details

    • canHandleReturnType

      boolean canHandleReturnType(Class returnType)
    • handle

      Object handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.retry.Retry retry, String methodName) throws Throwable
      Throws:
      Throwable