Class RetryConfigBuilder<T extends Response>

java.lang.Object
com.linecorp.armeria.client.retry.RetryConfigBuilder<T>

public final class RetryConfigBuilder<T extends Response>
extends Object
Builds a RetryConfig. A RetryConfig instance encapsulates the used RetryRule, maxTotalAttempts, and responseTimeoutMillisForEachAttempt.