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