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

com.dexmatech.styx.modules.ratelimit.RateLimitProvider Maven / Gradle / Ivy

The newest version!
package com.dexmatech.styx.modules.ratelimit;

import java.util.concurrent.CompletableFuture;

/**
 * Created by aortiz on 14/09/16.
 */
@FunctionalInterface
public interface RateLimitProvider {
	CompletableFuture apply(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy