Interface RateLimiter

All Known Implementing Classes:
RateLimiterAdaptsToRenderTime, RateLimiterByMilisecond

public interface RateLimiter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return true if the rate-limited action can be performed, false if it should be bypassed.
  • Method Details

    • rateLimitCheck

      boolean rateLimitCheck()
      Return true if the rate-limited action can be performed, false if it should be bypassed.
      Returns: