| Package | Description |
|---|---|
| me.lucko.helper.messaging.conversation |
| Modifier and Type | Method and Description |
|---|---|
static <R extends ConversationMessage> |
ConversationReplyListener.of(Function<? super R,ConversationReplyListener.RegistrationAction> onReply) |
| Modifier and Type | Method and Description |
|---|---|
Promise<Void> |
SimpleConversationChannel.sendMessage(T message,
ConversationReplyListener<R> replyListener,
long timeoutDuration,
TimeUnit unit) |
Promise<Void> |
ConversationChannel.sendMessage(T message,
ConversationReplyListener<R> replyListener,
long timeoutDuration,
TimeUnit unit)
Sends a new message to the channel.
|
Copyright © 2020. All rights reserved.