-
public interface KumulusFailureNotificationSpoutImplementing 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
-
-
Method Summary
Modifier and Type Method Description abstract UnitmessageIdFailure(Object msgId, List<String> failedComponents)Spout fail hook that includes a list of failed bolts (bolts that did not failed the msgId instead of acking) -
-
Method Detail
-
messageIdFailure
abstract Unit messageIdFailure(Object msgId, List<String> failedComponents)
Spout fail hook that includes a list of failed bolts (bolts that did not failed the msgId instead of acking)
-
-
-
-