Uses of Interface
org.springframework.kafka.core.KafkaOperations.OperationsCallback
-
Uses of KafkaOperations.OperationsCallback in org.springframework.kafka.core
Modifier and TypeMethodDescription<T> T
KafkaOperations.executeInTransaction
(KafkaOperations.OperationsCallback<K, V, T> callback) Execute some arbitrary operation(s) on the operations and return the result.<T> T
KafkaTemplate.executeInTransaction
(KafkaOperations.OperationsCallback<K, V, T> callback) <T> T
RoutingKafkaTemplate.executeInTransaction
(KafkaOperations.OperationsCallback<Object, Object, T> callback)