Package com.slack.api.scim2.impl
Class AsyncRateLimitExecutor
java.lang.Object
com.slack.api.scim2.impl.AsyncRateLimitExecutor
-
Method Summary
Modifier and TypeMethodDescription<T extends SCIM2ApiResponse>
CompletableFuture<T>execute(SCIM2EndpointName endpointName, Map<String, String> params, AsyncExecutionSupplier<T> methodsSupplier) static AsyncRateLimitExecutorstatic AsyncRateLimitExecutorgetOrCreate(MethodsClientImpl methods, SlackConfig config) <T extends SCIM2ApiResponse>
TrunWithoutQueue(String teamId, SCIM2EndpointName endpointName, AsyncExecutionSupplier<T> methodsSupplier)
-
Method Details
-
get
-
getOrCreate
-
execute
public <T extends SCIM2ApiResponse> CompletableFuture<T> execute(SCIM2EndpointName endpointName, Map<String, String> params, AsyncExecutionSupplier<T> methodsSupplier) -
runWithoutQueue
public <T extends SCIM2ApiResponse> T runWithoutQueue(String teamId, SCIM2EndpointName endpointName, AsyncExecutionSupplier<T> methodsSupplier)
-