| Package | Description |
|---|---|
| me.lucko.helper.messaging |
| Modifier and Type | Method and Description |
|---|---|
Channel<T> |
ChannelAgent.getChannel()
Gets the channel this agent is acting for.
|
default Channel<String> |
Messenger.getChannel(String name)
Gets a messaging channel by name, with the String type.
|
default <T> Channel<T> |
Messenger.getChannel(String name,
Class<T> clazz)
Gets a messaging channel by name.
|
<T> Channel<T> |
Messenger.getChannel(String name,
TypeToken<T> type)
Gets a messaging channel by name.
|
<T> Channel<T> |
AbstractMessenger.getChannel(String name,
TypeToken<T> type) |
Copyright © 2017. All rights reserved.