Interface DeliveryAttemptAware

All Known Subinterfaces:
CommonErrorHandler
All Known Implementing Classes:
CommonContainerStoppingErrorHandler, CommonDelegatingErrorHandler, CommonLoggingErrorHandler, CommonMixedErrorHandler, DefaultAfterRollbackProcessor, DefaultErrorHandler, FailedBatchProcessor, FailedRecordProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DeliveryAttemptAware
A component implementing this interface can provide the next delivery attempt.
Since:
2.5
Author:
Gary Russell
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    deliveryAttempt(TopicPartitionOffset topicPartitionOffset)
    Return the next delivery attempt for the topic/partition/offset.
  • Method Details

    • deliveryAttempt

      int deliveryAttempt(TopicPartitionOffset topicPartitionOffset)
      Return the next delivery attempt for the topic/partition/offset.
      Parameters:
      topicPartitionOffset - the topic/partition/offset.
      Returns:
      the next delivery attempt.