package limits
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class GlobalLimitBidi[In, Out] extends GraphStage[LimitShape[In, Out]]
- final case class HttpLiFoQueuedConcurrencyLimitConfig(limitAlgorithm: Limit, maxLiFoQueueDepth: Int, batchSize: Int, batchTimeout: FiniteDuration, name: String, pipeliningLimit: Int, requestTimeout: FiniteDuration, maxDelay: FiniteDuration, weight: (HttpResponse) => Int, rejectionResponse: (HttpRequest) => HttpResponse, result: (HttpResponse) => Outcome) extends Product with Serializable
- class LiFoQueuedLimitActor extends AbstractBehavior[LimitActorMessage]
- class LocalLimitBidi[In, Out] extends GraphStage[LimitShape[In, Out]]
- case class RequestWeight(weight: Int) extends Product with Serializable
Value Members
- object GlobalLimitBidiFlow
- object HttpLiFoQueuedConcurrencyLimitConfig extends Serializable
- object HttpServerConcurrencyLimit
- object LimitActor
- object LimitBidiFolow
- object LocalLimitBidiFlow
- object RequestWeight extends Serializable