Uses of Interface
com.slack.api.methods.impl.AsyncExecutionSupplier
-
Packages that use AsyncExecutionSupplier Package Description com.slack.api.methods.impl -
-
Uses of AsyncExecutionSupplier in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return AsyncExecutionSupplier Modifier and Type Method Description <T extends SlackApiResponse>
AsyncExecutionSupplier<T>AsyncRateLimitQueue. dequeueIfReady(String messageId, String teamId, String methodName, Map<String,String> params)Methods in com.slack.api.methods.impl with parameters of type AsyncExecutionSupplier Modifier and Type Method Description <T extends SlackApiResponse>
voidAsyncRateLimitQueue. enqueue(String messageId, String teamId, String methodName, Map<String,String> params, AsyncExecutionSupplier<T> methodsSupplier)<T extends SlackApiResponse>
CompletableFuture<T>AsyncRateLimitExecutor. execute(String methodName, Map<String,String> params, AsyncExecutionSupplier<T> methodsSupplier)
-