| Interface | Description |
|---|---|
| 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
|
| 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
|
| Class | Description |
|---|---|
| AckMessage | |
| BoltPrepareMessage | |
| ExecuteMessage | |
| KumulusBolt | |
| KumulusComponent | |
| KumulusComponentKt | |
| KumulusMessage | |
| KumulusSpout | |
| PrepareMessage<T extends KumulusComponent> | |
| SpoutPrepareMessage | |
| TupleImpl |