Interface NotificationIndexCleanup.Listener

All Known Implementing Classes:
AwsProductReceiver, ContentListener, DefaultNotificationListener, DefaultNotificationReceiver, DefaultNotificationSender, DYFIIndexerWedge, EIDSNotificationReceiver, EIDSNotificationSender, EIDSOutputWedge, EIDSProductReceiver, ExternalNotificationListener, HeartbeatListener, Indexer, RelayProductListener, ShakeMapIndexerWedge, SocketProductReceiver, WebSocketNotificationReceiver
Enclosing class:
NotificationIndexCleanup

public static interface NotificationIndexCleanup.Listener
Interface for cleanup listeners to take additional steps before a notification is removed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Interface specialization method to take additional steps when a notification is removed
  • Method Details

    • onExpiredNotification

      void onExpiredNotification(Notification expired) throws Exception
      Interface specialization method to take additional steps when a notification is removed
      Parameters:
      expired - input of expired notification
      Throws:
      Exception - if error occurred