public static interface ClientSession.MessageListener extends Bayeux.BayeuxListener
A listener for remote call messages.
| Modifier and Type | Field and Description |
|---|---|
static ClientSession.MessageListener |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(Message message)
Callback invoked when a remote call response is received.
|
static final ClientSession.MessageListener NOOP
void onMessage(Message message)
message - the remote call responseCopyright © 2008–2025 The CometD Project. All rights reserved.