DataBridge Documentation 2.0.17
A Java library for managing database connections and transactions
|
This is the complete list of members for io.github.kdesp73.databridge.helpers.Again, including all inherited members.
delay() | io.github.kdesp73.databridge.helpers.Again | static |
retries() | io.github.kdesp73.databridge.helpers.Again | static |
retryWithDelay(RetryableTask< T > task, int maxRetries, long delay) | io.github.kdesp73.databridge.helpers.Again | static |
retryWithExponentialBackoff(RetryableTask< T > task, int maxRetries, long initialDelay) | io.github.kdesp73.databridge.helpers.Again | static |