T - Return type@FunctionalInterface public interface SqlRetryFunction<T>
SQLException or DataAccessException can be thrown from it (which will be retried), or a
MetaException indicating that the error is not SQL related and should not be retried.| Modifier and Type | Method and Description |
|---|---|
T |
execute() |
T execute() throws SQLException, org.springframework.dao.DataAccessException, org.apache.thrift.TException
SQLExceptionorg.springframework.dao.DataAccessExceptionorg.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.