Class RetryConfig<T extends Response>

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

public final class RetryConfig<T extends Response> extends Object
Holds retry config used by a RetryingClient. A RetryConfig instance encapsulates the used RetryRule, maxTotalAttempts, and responseTimeoutMillisForEachAttempt.