Uses of Interface
com.slack.api.scim.impl.AsyncExecutionSupplier
Packages that use AsyncExecutionSupplier
-
Uses of AsyncExecutionSupplier in com.slack.api.scim.impl
Methods in com.slack.api.scim.impl that return AsyncExecutionSupplierMethods in com.slack.api.scim.impl with parameters of type AsyncExecutionSupplierModifier and TypeMethodDescriptionprotected AsyncRateLimitQueue.SCIMMessageAsyncRateLimitQueue.buildNewMessage(String messageId, long epochMillisToRun, WaitTime waitTime, AsyncExecutionSupplier<? extends SCIMApiResponse> methodsSupplier) <T extends SCIMApiResponse>
CompletableFuture<T>AsyncRateLimitExecutor.execute(SCIMEndpointName endpointName, Map<String, String> params, AsyncExecutionSupplier<T> methodsSupplier) <T extends SCIMApiResponse>
TAsyncRateLimitExecutor.runWithoutQueue(String teamId, SCIMEndpointName endpointName, AsyncExecutionSupplier<T> methodsSupplier) voidAsyncRateLimitQueue.SCIMMessage.setSupplier(AsyncExecutionSupplier<?> supplier) Constructors in com.slack.api.scim.impl with parameters of type AsyncExecutionSupplierModifierConstructorDescriptionSCIMMessage(String id, long millisToRun, WaitTime waitTime, AsyncExecutionSupplier<?> supplier)