Interface RetryingDatabaseOperationFacade

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void retry​(Runnable op)
      Retries the database operation op up to the configured maximum retries.
      <T> T retry​(Supplier<T> op)
      Retries the database operation op up to the configured maximum retries.