public static interface Session.InboundSessionMessageListener
Modifier and Type | Method and Description |
---|---|
void |
onInboundSessionMessage(Object sender,
Session.InboundSessionMessageArgs args)
This method is called when an session-level message is received from the counterparty.
|
void onInboundSessionMessage(Object sender, Session.InboundSessionMessageArgs 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.
sender
- event sourceargs
- event dataCopyright © 2005–2025 Onix Solutions. All rights reserved.