public interface SQLRecoveryStrategy
| Modifier and Type | Method and Description |
|---|---|
java.time.Duration |
calculateBackoffDuration(int numberOfIterations) |
boolean |
canRecover(JDBCInterceptorContext ctx) |
boolean |
isRecoverable(java.sql.SQLException e) |
java.time.Duration calculateBackoffDuration(int numberOfIterations)
boolean isRecoverable(java.sql.SQLException e)
boolean canRecover(JDBCInterceptorContext ctx)
Copyright © 2018 SAP SE. All Rights Reserved.