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