Package org.springframework.kafka.core
Interface ProducerPostProcessor<K,V>
- Type Parameters:
K
- the key type.V
- the value type
- All Superinterfaces:
Function<org.apache.kafka.clients.producer.Producer<K,
V>, org.apache.kafka.clients.producer.Producer<K, V>>
public interface ProducerPostProcessor<K,V>
extends Function<org.apache.kafka.clients.producer.Producer<K,V>,org.apache.kafka.clients.producer.Producer<K,V>>
Called by producer factories to perform post processing on newly created producers.
- Since:
- 2.5.3
- Author:
- Gary Russell
-
Method Summary