Uses of Class
com.oracle.bmc.retrier.BmcGenericRetrier
-
Packages that use BmcGenericRetrier Package Description com.oracle.bmc.retrier -
-
Uses of BmcGenericRetrier in com.oracle.bmc.retrier
Subclasses of BmcGenericRetrier in com.oracle.bmc.retrier Modifier and Type Class Description class
TokenRefreshRetrier
A custom retrier that refreshes tokens and retries the operation in case of authentication failures.Methods in com.oracle.bmc.retrier that return BmcGenericRetrier Modifier and Type Method Description static BmcGenericRetrier
Retriers. createPreferredRetrier(RetryConfiguration requestRetryConfiguration, RetryConfiguration clientRetryConfiguration)
Choose the desired retry configuration and use it to create the retrier.static BmcGenericRetrier
Retriers. createPreferredRetrier(RetryConfiguration requestRetryConfiguration, RetryConfiguration clientRetryConfiguration, boolean specBasedDefaultRetryEnabled)
Choose the desired retry configuration and use it to create the retrier.
-