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,NATSStreamingNotificationReceiver,NATSStreamingNotificationSender,RelayProductListener,ShakeMapIndexerWedge,SocketProductReceiver,WebSocketNotificationReceiver
- Enclosing class:
- NotificationIndexCleanup
public static interface NotificationIndexCleanup.ListenerInterface for cleanup listeners to take additional steps before a notification is removed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonExpiredNotification(Notification expired)
-
-
-
Method Detail
-
onExpiredNotification
void onExpiredNotification(Notification expired) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-