public class ChannelMessage<K,V> extends Object
| Constructor and Description |
|---|
ChannelMessage(K channel,
V message) |
| Modifier and Type | Method and Description |
|---|---|
K |
getChannel() |
V |
getMessage() |
Copyright © 2020 lettuce.io. All rights reserved.