
org.rx.redis.RateLimiterAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxlib-x Show documentation
Show all versions of rxlib-x Show documentation
A set of utilities for Java
The newest version!
package org.rx.redis;
public interface RateLimiterAdapter {
boolean tryAcquire();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy