クラス ConcurrentLinkedMessageQueue
java.lang.Object
com.slack.api.socket_mode.queue.impl.ConcurrentLinkedMessageQueue
- すべての実装されたインタフェース:
SocketModeMessageQueue
-
コンストラクタの概要
コンストラクタコンストラクタ説明 -
メソッドの概要
-
コンストラクタの詳細
-
ConcurrentLinkedMessageQueue
public ConcurrentLinkedMessageQueue() -
ConcurrentLinkedMessageQueue
-
-
メソッドの詳細
-
add
インタフェースからコピーされた説明:SocketModeMessageQueueAdds a new message from the Socket Mode server.- 定義:
addインタフェース内SocketModeMessageQueue- パラメータ:
message- the raw message from the Socket Mode server
-
poll
インタフェースからコピーされた説明:SocketModeMessageQueuePops a message and removes it from the queue.- 定義:
pollインタフェース内SocketModeMessageQueue- 戻り値:
- a raw message from the Socket Mode server
-