Interface KafkaOperations.OperationsCallback<K,V,T>
- Type Parameters:
K
- the key type.V
- the value type.T
- the return type.
- Enclosing interface:
KafkaOperations<K,
V>
public static interface KafkaOperations.OperationsCallback<K,V,T>
A callback for executing arbitrary operations on the
KafkaOperations
.- Since:
- 1.3
- Author:
- Marius Bogoevici, Gary Russell, Biju Kunjummen
-
Method Summary
-
Method Details
-
doInOperations
-