public KumulusTimeoutAwareSpout
Implementing this interface by a spout means that its default Storm fail(Object) method will never be called. Instead, the interface's fail(Any?, List) would be called, with a list of timeout bolts.
| Modifier and Type | Method and Description |
|---|---|
void |
fail(java.lang.Object msgId,
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)
|