Interface RateLimiter


public interface RateLimiter
Rate limiter interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Acquires a new permit, may cause the thread to block.
  • Method Details

    • acquirePermit

      Acquires a new permit, may cause the thread to block.