| Package | Description |
|---|---|
| me.lucko.helper.messaging.conversation |
| Modifier and Type | Method and Description |
|---|---|
ConversationChannelAgent<T,R> |
SimpleConversationChannel.newAgent() |
ConversationChannelAgent<T,R> |
ConversationChannel.newAgent()
Creates a new
ConversationChannelAgent for this channel. |
default ConversationChannelAgent<T,R> |
ConversationChannel.newAgent(ConversationChannelListener<T,R> listener)
Creates a new
ConversationChannelAgent for this channel, and
immediately adds the given ConversationChannelListener to it. |
| Modifier and Type | Method and Description |
|---|---|
ConversationReply<R> |
ConversationChannelListener.onMessage(ConversationChannelAgent<T,R> agent,
T message)
Called when a message is posted to this listener.
|
Copyright © 2022. All rights reserved.