Uses of Interface
org.springframework.kafka.core.KafkaOperations.OperationsCallback
Packages that use KafkaOperations.OperationsCallback
-
Uses of KafkaOperations.OperationsCallback in org.springframework.kafka.core
Methods in org.springframework.kafka.core with parameters of type KafkaOperations.OperationsCallbackModifier and TypeMethodDescription<T> TKafkaOperations.executeInTransaction(KafkaOperations.OperationsCallback<K, V, T> callback) Execute some arbitrary operation(s) on the operations and return the result.<T> TKafkaOperations2.executeInTransaction(KafkaOperations.OperationsCallback<K, V, T> callback) Deprecated, for removal: This API element is subject to removal in a future version.Execute some arbitrary operation(s) on the operations and return the result.<T> TKafkaTemplate.executeInTransaction(KafkaOperations.OperationsCallback<K, V, T> callback) <T> TRoutingKafkaTemplate.executeInTransaction(KafkaOperations.OperationsCallback<Object, Object, T> callback)