Interface RetryAspectExt
-
- All Known Implementing Classes:
ReactorRetryAspectExt,RxJava2RetryAspectExt
public interface RetryAspectExtRetry aspect extension support interface type if you want to support new types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanHandleReturnType(java.lang.Class returnType)java.lang.Objecthandle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.retry.Retry retry, java.lang.String methodName)
-
-
-
Method Detail
-
canHandleReturnType
boolean canHandleReturnType(java.lang.Class returnType)
-
handle
java.lang.Object handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.retry.Retry retry, java.lang.String methodName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-