パッケージ com.slack.api.scim.impl
クラス AsyncRateLimitExecutor
java.lang.Object
com.slack.api.scim.impl.AsyncRateLimitExecutor
-
メソッドの概要
修飾子とタイプメソッド説明<T extends SCIMApiResponse>
CompletableFuture<T> execute(SCIMEndpointName endpointName, Map<String, String> params, AsyncExecutionSupplier<T> methodsSupplier) static AsyncRateLimitExecutorstatic AsyncRateLimitExecutorgetOrCreate(MethodsClientImpl methods, SlackConfig config) <T extends SCIMApiResponse>
TrunWithoutQueue(String teamId, SCIMEndpointName endpointName, AsyncExecutionSupplier<T> methodsSupplier)
-
メソッドの詳細
-
get
-
getOrCreate
-
execute
public <T extends SCIMApiResponse> CompletableFuture<T> execute(SCIMEndpointName endpointName, Map<String, String> params, AsyncExecutionSupplier<T> methodsSupplier) -
runWithoutQueue
public <T extends SCIMApiResponse> T runWithoutQueue(String teamId, SCIMEndpointName endpointName, AsyncExecutionSupplier<T> methodsSupplier)
-