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

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

There is a newer version: 1.0.22
Show 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 - 2024 Weber Informatics LLC | Privacy Policy