Package 

Interface KumulusTimeoutNotificationSpout


  • 
    public interface KumulusTimeoutNotificationSpout
    
                        

    Implementing this interface by a spout means that the spout will be notified on spout message timeouts. Report includes the timeout bolts. This interface is mutually exclusive with KumulusFailureNotificationSpout

    • Method Summary

      Modifier and Type Method Description
      abstract Unit messageIdFailure(Object msgId, List<String> failedComponents, List<String> timeoutComponents) Spout fail hook that includes a list of timeout bolts (bolts that did not ack/fail the msgId)
      • Methods inherited from class org.xyro.kumulus.component.KumulusTimeoutNotificationSpout

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait