public 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
| Modifier and Type | Method and Description |
|---|---|
void |
messageIdFailure(java.lang.Object msgId,
java.util.List<java.lang.String> failedComponents,
java.util.List<java.lang.String> timeoutComponents)
Spout fail hook that includes a list of timeout bolts (bolts that did not ack/fail the msgId)
|