Uses of Interface
com.sportradar.livedata.sdk.common.rategate.RateGate
-
Packages that use RateGate Package Description com.sportradar.livedata.sdk.common.rategate RateGate used for rate-limiting. -
-
Uses of RateGate in com.sportradar.livedata.sdk.common.rategate
Classes in com.sportradar.livedata.sdk.common.rategate that implement RateGate Modifier and Type Class Description class
CombinedRateGate
class
NullRateGate
class
RateGateBase
class
SimpleRateGate
Fields in com.sportradar.livedata.sdk.common.rategate declared as RateGate Modifier and Type Field Description protected RateGate
RateLimiter. loginLimiter
protected RateGate
RateLimiter. matchRequestLimiter
protected RateGate
RateLimiter. requestLimiter
Methods in com.sportradar.livedata.sdk.common.rategate that return RateGate Modifier and Type Method Description RateGate
RateLimiter. getLoginLimiter()
RateGate
RateLimiter. getMatchRequestLimiter()
RateGate
RateLimiter. getRequestLimiter()
Methods in com.sportradar.livedata.sdk.common.rategate with parameters of type RateGate Modifier and Type Method Description static RateGateContinuation
RateGateContinuation. after(RateGate gate)
Factory method to create a simple continuation.Constructors in com.sportradar.livedata.sdk.common.rategate with parameters of type RateGate Constructor Description CombinedRateGate(RateGate... rateGates)
Constuct a combined rategate.CombinedRateGate(RateGate r1, RateGate r2)
Constuct a combined rategate.RateGateContinuation(RateGate gate, Executor executor)
Construct a new RateGateContinuationRateLimiter(RateGate loginLimiter, RateGate requestLimiter, RateGate matchRequestLimiter)
-