Uses of Class
com.guinetik.rr.interceptor.RetryInterceptor.Builder
-
Packages that use RetryInterceptor.Builder Package Description com.guinetik.rr.interceptor -
-
Uses of RetryInterceptor.Builder in com.guinetik.rr.interceptor
Methods in com.guinetik.rr.interceptor that return RetryInterceptor.Builder Modifier and Type Method Description RetryInterceptor.BuilderRetryInterceptor.Builder. backoffMultiplier(double multiplier)Sets the backoff multiplier for exponential backoff.static RetryInterceptor.BuilderRetryInterceptor. builder()Creates a builder for custom retry configuration.RetryInterceptor.BuilderRetryInterceptor.Builder. initialDelayMs(long initialDelayMs)Sets the initial delay between retries.RetryInterceptor.BuilderRetryInterceptor.Builder. maxDelayMs(long maxDelayMs)Sets the maximum delay cap.RetryInterceptor.BuilderRetryInterceptor.Builder. maxRetries(int maxRetries)Sets the maximum number of retries.RetryInterceptor.BuilderRetryInterceptor.Builder. retryOn(Predicate<RocketRestException> predicate)Sets a custom predicate to determine if an exception should trigger retry.
-