Uses of Interface
com.slack.api.methods.impl.AsyncExecutionSupplier
| Package | Description |
|---|---|
| com.slack.api.methods.impl | |
| com.slack.api.methods.metrics |
-
Uses of AsyncExecutionSupplier in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return AsyncExecutionSupplier Modifier and Type Method Description AsyncExecutionSupplier<?>AsyncRateLimitQueue.Message. getSupplier()Methods in com.slack.api.methods.impl with parameters of type AsyncExecutionSupplier Modifier and Type Method Description protected AsyncRateLimitQueue.MessageAsyncRateLimitQueue. buildNewMessage(java.lang.String messageId, long epochMillisToRun, WaitTime waitTime, AsyncExecutionSupplier<? extends SlackApiResponse> methodsSupplier)<T extends SlackApiResponse>
java.util.concurrent.CompletableFuture<T>AsyncRateLimitExecutor. execute(java.lang.String methodName, java.util.Map<java.lang.String,java.lang.String> params, AsyncExecutionSupplier<T> methodsSupplier)voidAsyncRateLimitQueue.Message. setSupplier(AsyncExecutionSupplier<?> supplier)Constructors in com.slack.api.methods.impl with parameters of type AsyncExecutionSupplier Constructor Description Message(java.lang.String id, long millisToRun, WaitTime waitTime, AsyncExecutionSupplier<?> supplier) -
Uses of AsyncExecutionSupplier in com.slack.api.methods.metrics
Methods in com.slack.api.methods.metrics that return types with arguments of type AsyncExecutionSupplier Modifier and Type Method Description RateLimitQueue<AsyncExecutionSupplier<? extends SlackApiResponse>,AsyncRateLimitQueue.Message>RedisMetricsDatastore. getRateLimitQueue(java.lang.String executorName, java.lang.String teamId)