Package io.mosip.kernel.core.retry
Class RetryAspect
- java.lang.Object
-
- io.mosip.kernel.core.retry.RetryAspect
-
-
Constructor Summary
Constructors Constructor Description RetryAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessMethodsWithRetry(org.aspectj.lang.ProceedingJoinPoint pjp)Process methods with retry.voidwithRetryMethods()With retry methods.
-