public static interface Session.InboundApplicationMessageListener
Modifier and Type | Method and Description |
---|---|
void |
onInboundApplicationMessage(Object sender,
Session.InboundApplicationMessageArgs args)
This method is called when an application-level message is received from the counterparty.
|
void onInboundApplicationMessage(Object sender, Session.InboundApplicationMessageArgs args)
Perform these tasks in a separate thread instead.
Additionally, ensure that Session.InboundMessageReuse=false
is set, or make a copy of the
message before passing it to other threads.
If this method throws an exception:
sender
- event sourceargs
- event dataCopyright © 2005–2025 Onix Solutions. All rights reserved.