Interface ConsumerSeekAware

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 ConsumerSeekAware
Interface for KafkaListener instances to implement if they wish to perform seek operations when the set of partitions assigned to the Consumer changes.

This callback interface is based on ConsumerRebalanceListener and it provides a KafkaSeeker object that can perform KafkaSeekOperation instances immediately.

Since:
4.1
Author:
Guillermo Calvo
See Also: