@FunctionalInterface
public interface DeliveryAttemptAware
| Modifier and Type | Method and Description |
|---|---|
int |
deliveryAttempt(TopicPartitionOffset topicPartitionOffset)
Return the next delivery attempt for the topic/partition/offset.
|
int deliveryAttempt(TopicPartitionOffset topicPartitionOffset)
topicPartitionOffset - the topic/partition/offset.