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)
Warning. It is critical to avoid
in the session event listener calling thread. Please do it from another thread.
sender
- event sourceargs
- event dataCopyright © 2005–2024 Onix Solutions. All rights reserved.