Interface Limiter
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
-
Method Details
-
obtain
boolean obtain()Determine if the function may proceed.- Returns:
- if the function may proceed
-