net.yudichev.jiotty.common.lang.throttling.ThresholdThrottlingConsumerFactory Maven / Gradle / Ivy
package net.yudichev.jiotty.common.lang.throttling;
import java.time.Duration;
import java.util.function.Consumer;
public interface ThresholdThrottlingConsumerFactory {
Consumer create(int threshold, Duration throttlingDuration, Consumer delegate);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy