public class SlackMessageHandle<T extends SlackReply>
extends java.lang.Object
| Constructor and Description |
|---|
SlackMessageHandle(long messageId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMessageId() |
T |
getReply() |
boolean |
isAcked() |
void |
setReply(T slackReply) |
void |
waitForReply(long timeout,
java.util.concurrent.TimeUnit unit) |