Uses of Class
org.kiwiproject.retry.KiwiRetryer
Packages that use KiwiRetryer
-
Uses of KiwiRetryer in org.kiwiproject.retry
Methods in org.kiwiproject.retry that return KiwiRetryerModifier and TypeMethodDescriptionKiwiRetryer.KiwiRetryerBuilder.build()static <T> KiwiRetryer<T>KiwiRetryer.newRetryerRetryingAllExceptions(String retryerId) Create a new instance that will retry on all exceptions.static <T> KiwiRetryer<T>KiwiRetryer.newRetryerRetryingAllRuntimeExceptions(String retryerId) Create a new instance that will retry on all runtime exceptions.static <T> KiwiRetryer<T>KiwiRetryer.newRetryerWithDefaultExceptions(String retryerId) Create a new instance with several common network-related exception predicates.static <T> KiwiRetryer<T>KiwiRetryer.newRetryerWithDefaults()Create a new instance with only the default values.