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 TypeMethodDescriptionbooleancanHandleReturnType(Class returnType) handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.retry.Retry retry, String methodName)