Class MonitoringDeadEventSubscriber
- java.lang.Object
- 
- org.pentaho.platform.monitoring.subscribers.MonitoringDeadEventSubscriber
 
- 
- All Implemented Interfaces:
- org.pentaho.platform.api.monitoring.IMonitoringSubscriber
 
 public class MonitoringDeadEventSubscriber extends Object implements org.pentaho.platform.api.monitoring.IMonitoringSubscriber guava's elegant Catch-All-That-Fell-Thru-Cracks 'dead-letter' queue in the conventional message queuing systems for intercepting messages that failed to be delivered to any known subscriber
- 
- 
Constructor SummaryConstructors Constructor Description MonitoringDeadEventSubscriber()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubscriberId()voidhandleDeadEvent(com.google.common.eventbus.DeadEvent e)
 
- 
- 
- 
Method Detail- 
getSubscriberIdpublic String getSubscriberId() - Specified by:
- getSubscriberIdin interface- org.pentaho.platform.api.monitoring.IMonitoringSubscriber
 
 - 
handleDeadEventpublic void handleDeadEvent(com.google.common.eventbus.DeadEvent e) 
 
- 
 
-