Package com.linecorp.armeria.client.limit
@NonNullByDefault
package com.linecorp.armeria.client.limit
Limits the number of executed
Request
s.-
ClassDescriptionAn abstract
Client
decorator that limits the concurrent number of active requests.Limits the concurrency of client requests.Builds aConcurrencyLimit
.AnHttpClient
decorator that limits the concurrent number of active HTTP requests.ATimeoutException
raised when a request is not sent fromConcurrencyLimitingClient
due to timeout.ARuntimeException
raised when the number of pending acquisitions exceeds theConcurrencyLimitBuilder.maxPendingAcquisitions(int)
.