パッケージ com.slack.api.scim.impl
クラス AsyncRateLimitQueue
java.lang.Object
com.slack.api.rate_limits.queue.RateLimitQueue<AsyncExecutionSupplier<? extends SCIMApiResponse>,AsyncRateLimitQueue.SCIMMessage>
com.slack.api.scim.impl.AsyncRateLimitQueue
public class AsyncRateLimitQueue
extends RateLimitQueue<AsyncExecutionSupplier<? extends SCIMApiResponse>,AsyncRateLimitQueue.SCIMMessage>
-
ネストされたクラスの概要
ネストされたクラス -
メソッドの概要
修飾子とタイプメソッド説明protected AsyncRateLimitQueue.SCIMMessagebuildNewMessage(String messageId, long epochMillisToRun, WaitTime waitTime, AsyncExecutionSupplier<? extends SCIMApiResponse> methodsSupplier) static AsyncRateLimitQueuestatic AsyncRateLimitQueuegetOrCreate(SCIMConfig config, String teamId) voidsetRateLimiter(AsyncSCIMRateLimiter rateLimiter) クラスから継承されたメソッド com.slack.api.rate_limits.queue.RateLimitQueue
dequeueIfReady, enqueue, getCurrentActiveQueueSize, getOrCreateActiveQueue, remove
-
メソッドの詳細
-
getRateLimiter
- 定義:
getRateLimiterクラス内RateLimitQueue<AsyncExecutionSupplier<? extends SCIMApiResponse>,AsyncRateLimitQueue.SCIMMessage>
-
setRateLimiter
-
get
-
getOrCreate
-
buildNewMessage
protected AsyncRateLimitQueue.SCIMMessage buildNewMessage(String messageId, long epochMillisToRun, WaitTime waitTime, AsyncExecutionSupplier<? extends SCIMApiResponse> methodsSupplier) - 定義:
buildNewMessageクラス内RateLimitQueue<AsyncExecutionSupplier<? extends SCIMApiResponse>,AsyncRateLimitQueue.SCIMMessage>
-