Package gov.usgs.earthquake.distribution
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 TypeMethodDescriptionvoidonExpiredNotification(Notification expired) Interface specialization method to take additional steps when a notification is removed
-
Method Details
-
onExpiredNotification
Interface specialization method to take additional steps when a notification is removed- Parameters:
expired- input of expired notification- Throws:
Exception- if error occurred
-