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 Details

    • MonitoringDeadEventSubscriber

      public MonitoringDeadEventSubscriber()
  • Method Details

    • getSubscriberId

      public String getSubscriberId()
      Specified by:
      getSubscriberId in interface org.pentaho.platform.api.monitoring.IMonitoringSubscriber
    • handleDeadEvent

      public void handleDeadEvent(com.google.common.eventbus.DeadEvent e)