
cn.yueshutong.springbootstartercurrentlimiting.core.RateLimiter Maven / Gradle / Ivy
package cn.yueshutong.springbootstartercurrentlimiting.core;
public interface RateLimiter {
String message = "The specified service is not currently available.
";
boolean tryAcquire();
boolean tryAcquireFailed();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy