Uses of Interface
com.slack.api.audit.impl.AsyncExecutionSupplier
| Package | Description |
|---|---|
| com.slack.api.audit.impl |
-
Uses of AsyncExecutionSupplier in com.slack.api.audit.impl
Methods in com.slack.api.audit.impl that return AsyncExecutionSupplier Modifier and Type Method Description AsyncExecutionSupplier<?>AsyncRateLimitQueue.AuditMessage. getSupplier()Methods in com.slack.api.audit.impl with parameters of type AsyncExecutionSupplier Modifier and Type Method Description protected AsyncRateLimitQueue.AuditMessageAsyncRateLimitQueue. buildNewMessage(String messageId, long epochMillisToRun, WaitTime waitTime, AsyncExecutionSupplier<? extends AuditApiResponse> methodsSupplier)<T extends AuditApiResponse>
CompletableFuture<T>AsyncRateLimitExecutor. execute(String methodName, Map<String,String> params, AsyncExecutionSupplier<T> methodsSupplier)voidAsyncRateLimitQueue.AuditMessage. setSupplier(AsyncExecutionSupplier<?> supplier)Constructors in com.slack.api.audit.impl with parameters of type AsyncExecutionSupplier Constructor Description AuditMessage(String id, long millisToRun, WaitTime waitTime, AsyncExecutionSupplier<?> supplier)