Class RetryInterceptor.Builder

java.lang.Object
com.github.mizosoft.methanol.RetryInterceptor.Builder
Enclosing class:
RetryInterceptor

public static final class RetryInterceptor.Builder extends Object
A builder of RetryInterceptor instances.

Note: Retry conditions are evaluated in the order they are added. The first matching condition determines the next request. Later conditions are not evaluated.