Interface ConsumerPostProcessor<K,V>

Type Parameters:
K - the key type.
V - the value type
All Superinterfaces:
Function<org.apache.kafka.clients.consumer.Consumer<K,V>,org.apache.kafka.clients.consumer.Consumer<K,V>>

public interface ConsumerPostProcessor<K,V> extends Function<org.apache.kafka.clients.consumer.Consumer<K,V>,org.apache.kafka.clients.consumer.Consumer<K,V>>
Called by consumer factories to perform post processing on newly created consumers.
Since:
2.5.3
Author:
Gary Russell