public interface NotAppliedListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onNotApplied(Object sender,
NotAppliedArgs args)
This method is called when a NotApplied message is received from the counterparty.
|
boolean onNotApplied(Object sender, NotAppliedArgs 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 then the Sequence Gap Fill will be sent to the counterparty, otherwise if false the
required messages should be resent manually.Copyright © 2005–2025 Onix Solutions. All rights reserved.