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

com.volcengine.tos.comm.ratelimit.RateLimiter Maven / Gradle / Ivy

package com.volcengine.tos.comm.ratelimit;

public interface RateLimiter {
    RateLimitRes acquire(long want);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy