public KumulusFailureNotificationSpout
Implementing this interface by a spout means that the spout will be notified on spout message failures. Report includes the failed bolts. This interface is mutually exclusive with KumulusTimeoutNotificationSpout
| Modifier and Type | Method and Description |
|---|---|
void |
messageIdFailure(java.lang.Object msgId,
java.util.List<java.lang.String> failedComponents)
Spout fail hook that includes a list of failed bolts (bolts that did not failed the msgId instead of acking)
|