MamdaStaleListener defines an interface for handling changes in quality of the subscription through notifications for a MamdaSubscription.
| Name | |
|---|---|
| void | onStale(MamdaSubscription subscription, mamaQuality quality) Invoked in response to the onQuality() callback for the underlying MamaSubscription. Typically invoked in response to an underlying symbol level sequence number gap being detected. | 
void onStale(
    MamdaSubscription subscription,
    mamaQuality quality
)
Invoked in response to the onQuality() callback for the underlying MamaSubscription. Typically invoked in response to an underlying symbol level sequence number gap being detected.
Parameters:
[MamdaSubscription](classWombat_1_1MamdaSubscription.html) on which the data quality event fired.MamaQualityUpdated on 2023-03-31 at 15:30:14 +0100