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.Listener
Interface 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 void
onExpiredNotification(Notification expired)
-
-
-
Method Detail
-
onExpiredNotification
void onExpiredNotification(Notification expired) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-