パッケージ com.slack.api.scim2.impl
クラス AsyncRateLimitExecutor
java.lang.Object
com.slack.api.scim2.impl.AsyncRateLimitExecutor
-
メソッドの概要
修飾子とタイプメソッド説明<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)
-
メソッドの詳細
-
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)
-