Interface Limiter

All Known Implementing Classes:
Always, Timed

public interface Limiter
Limiters are used to limit the amount of times a function is invoked, used to relief a server in a time of peak.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine if the function may proceed.
  • Method Details

    • obtain

      boolean obtain()
      Determine if the function may proceed.
      Returns:
      if the function may proceed