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

com.aliyun.openservices.loghub.client.throttle.ResourceBarrier Maven / Gradle / Ivy

There is a newer version: 0.6.7
Show newest version
package com.aliyun.openservices.loghub.client.throttle;

public interface ResourceBarrier {

    void acquire(long permits);

    boolean tryAcquire(long permits);

    void release(long permits);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy