インタフェース SocketModeMessageQueue
- 既知の実装クラスのリスト:
ConcurrentLinkedMessageQueue
public interface SocketModeMessageQueue
Abstraction of a message queue that provides
a way to handle multiple messages at the same time in SocketModeClient.
-
メソッドの概要
-
メソッドの詳細
-
add
Adds a new message from the Socket Mode server.- パラメータ:
message- the raw message from the Socket Mode server
-
poll
String poll()Pops a message and removes it from the queue.- 戻り値:
- a raw message from the Socket Mode server
-