| Package | Description |
|---|---|
| me.lucko.helper.messaging | |
| me.lucko.helper.messaging.conversation |
| Modifier and Type | Method and Description |
|---|---|
default <T extends ConversationMessage,R extends ConversationMessage> |
Messenger.getConversationChannel(String name,
Class<T> clazz,
Class<R> replyClazz)
Gets a conversation channel by name.
|
default <T extends ConversationMessage,R extends ConversationMessage> |
Messenger.getConversationChannel(String name,
com.google.common.reflect.TypeToken<T> type,
com.google.common.reflect.TypeToken<R> replyType)
Gets a conversation channel by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleConversationChannel<T extends ConversationMessage,R extends ConversationMessage>
Simple implementation of
ConversationChannel. |
| Modifier and Type | Method and Description |
|---|---|
ConversationChannel<T,R> |
ConversationChannelAgent.getChannel()
Gets the channel this agent is acting for.
|
Copyright © 2022. All rights reserved.