public static interface Session.InboundSessionFlatMessageListener
Modifier and Type | Method and Description |
---|---|
void |
onInboundSessionFlatMessage(Object sender,
Session.InboundSessionFlatMessageArgs args)
This method is called when an session-level message is received from the counterparty.
|
void onInboundSessionFlatMessage(Object sender, Session.InboundSessionFlatMessageArgs 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.