All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rx.redis.RateLimiterAdapter Maven / Gradle / Ivy

package org.rx.redis;

public interface RateLimiterAdapter {
    boolean tryAcquire();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy