LimitedPriorityLevelConfiguration

final case class LimitedPriorityLevelConfiguration(assuredConcurrencyShares: Option[Int], limitResponse: Option[LimitResponse])

LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:

  • How are requests for this priority level limited?
  • What should be done with requests that exceed the limit?
Source:
LimitedPriorityLevelConfiguration.scala
trait Product
trait Equals
class Object
trait Matchable
class Any