Class 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 Detail

      • MonitoringDeadEventSubscriber

        public MonitoringDeadEventSubscriber()
    • Method Detail

      • 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)