クラス AsyncRateLimitExecutor
java.lang.Object
com.slack.api.methods.impl.AsyncRateLimitExecutor
-
メソッドの概要
修飾子とタイプメソッド説明<T extends SlackApiResponse>
CompletableFuture<T> static AsyncRateLimitExecutorstatic AsyncRateLimitExecutorgetOrCreate(MethodsClientImpl client, SlackConfig config)
-
メソッドの詳細
-
get
-
getOrCreate
-
execute
public <T extends SlackApiResponse> CompletableFuture<T> execute(String methodName, Map<String, String> params, AsyncExecutionSupplier<T> methodsSupplier)
-