Class RetryingDatabaseOperationAnnotationHandler

java.lang.Object
org.craftercms.studio.api.v2.annotation.RetryingDatabaseOperationAnnotationHandler

@Order(1) public class RetryingDatabaseOperationAnnotationHandler extends Object
  • Constructor Details

    • RetryingDatabaseOperationAnnotationHandler

      public RetryingDatabaseOperationAnnotationHandler()
  • Method Details

    • setMaxRetries

      public void setMaxRetries(int maxRetries)
    • setMaxSleep

      public void setMaxSleep(int maxSleep)
    • doRetryingOperation

      public Object doRetryingOperation(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
      Throws:
      Throwable