Interface MamdaSecurityStatusHandler


  • public interface MamdaSecurityStatusHandler
    MamdaSecurityStatusHandler is an interface for applications that want to have an easy way to handle security status updates. The interface defines callback methods for status update and recap events.
    • Method Detail

      • onSecurityStatusRecap

        void onSecurityStatusRecap​(MamdaSubscription subscription,
                                   MamdaSecurityStatusListener listener,
                                   com.wombat.mama.MamaMsg msg,
                                   MamdaSecurityStatusRecap recap)
        Method invoked when the current security status information for the security is available. The reason for the invocation may be any of the following: - Initial image. - Recap update (e.g., after server fault tolerant event or data quality event.) - After stale status removed.
        Parameters:
        msg - The MamaMsg that triggered this invocation.