public static interface Session.MessageResendingListener
Modifier and Type | Method and Description |
---|---|
boolean |
onMessageResending(Object sender,
Session.MessageResendingArgs args)
This method is called when a message resend request is received from the counterparty.
|
boolean onMessageResending(Object sender, Session.MessageResendingArgs args)
Warning. It is critical to avoid
in the session event listener calling thread. Please do it from another thread.
sender
- event sourceargs
- event datatrue
if the message should be re-sent to the counterparty,
otherwise - false
.Copyright © 2005–2022 Onix Solutions. All rights reserved.