Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RateLimitingPolicy

Limit the number of requests that should be handled for the specified window using a specfic key.

Properties

rateInRequestsPerSecond

rateInRequestsPerSecond: number

The maximum number of requests per second to allow. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

rateKey

rateKey: RateKey

The key used to group requests together.

Functions

getDeserializedJsonObj

getJsonObj