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