| Interface | Description |
|---|---|
| SqlRetryFunction<T> |
Functional Interface responsible for wrapping any SQL related function.
|
| Class | Description |
|---|---|
| SqlRetryCallProperties |
Contains all the properties which can alter the behavior of a retry-call in
SqlRetryHandler. |
| SqlRetryHandler |
Supports building resilient APIs by automatically retrying failed function calls.
|
| Enum | Description |
|---|---|
| RetryPropagation |
Specifies how the Retry context propagation is done in various situations.
|
| Exception | Description |
|---|---|
| SqlRetryException |
This exception can be used to trigger a manual retry in
SqlRetryHandler. |
| Annotation Type | Description |
|---|---|
| SqlRetry |
Can be put on methods to tell
SqlRetryHandler that the method
must be re-executed in case of SQL related error. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.