RateLimiter Update

This commit is contained in:
Parvathi Mallampalli 2021-08-11 11:16:42 -07:00
parent 83d2bcff44
commit 6b03ab3a2f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ com.squareup.okhttp.Request signedRequest = new
## LWAAccessTokenCache
Interface to implement cache for access token that is returned in LWAClient and reuse the access token until time to live.
##RateLimitConfiguration
## RateLimitConfiguration
Interface to set and get rateLimit configurations that are used with RateLimiter. RateLimiter is used on client side to restrict the rate at which requests are made. RateLimiter Configuration takes Permit, rate which requests are made and TimeOut
*Example*