public static interface ClientSessionChannel.MessageListener extends ClientSessionChannel.ClientSessionChannelListener
ClientSessionChannel.| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(ClientSessionChannel channel,
Message message)
Callback invoked when a message is received on the given
channel. |
void onMessage(ClientSessionChannel channel, Message message)
channel.channel - the channel that received the messagemessage - the message receivedCopyright © 2008–2019 The CometD Project. All rights reserved.