Package org.springframework.kafka.core
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 theKafkaOperations
.- Since:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
doInOperations(KafkaOperations<K,V> operations)
-
-
-
Method Detail
-
doInOperations
T doInOperations(KafkaOperations<K,V> operations)
-
-