Interface RetryingDatabaseOperationFacade

All Known Implementing Classes:
RetryingDatabaseOperationFacadeImpl

public interface RetryingDatabaseOperationFacade
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.