Uses of Interface
com.slack.api.methods.impl.AsyncExecutionSupplier
Packages that use AsyncExecutionSupplier
-
Uses of AsyncExecutionSupplier in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return AsyncExecutionSupplierMethods in com.slack.api.methods.impl with parameters of type AsyncExecutionSupplierModifier and TypeMethodDescriptionprotected AsyncRateLimitQueue.MessageAsyncRateLimitQueue.buildNewMessage(String messageId, long epochMillisToRun, WaitTime waitTime, AsyncExecutionSupplier<? extends SlackApiResponse> methodsSupplier) <T extends SlackApiResponse>
CompletableFuture<T>AsyncRateLimitExecutor.execute(String methodName, Map<String, String> params, AsyncExecutionSupplier<T> methodsSupplier) voidAsyncRateLimitQueue.Message.setSupplier(AsyncExecutionSupplier<?> supplier) Constructors in com.slack.api.methods.impl with parameters of type AsyncExecutionSupplierModifierConstructorDescriptionMessage(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 AsyncExecutionSupplierModifier and TypeMethodDescriptionRedisMetricsDatastore.getRateLimitQueue(String executorName, String teamId)