org.rx.redis.RateLimiterAdapter Maven / Gradle / Ivy
package org.rx.redis;
public interface RateLimiterAdapter {
boolean tryAcquire();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.rx.redis;
public interface RateLimiterAdapter {
boolean tryAcquire();
}