Uses of Interface
org.springframework.kafka.core.KafkaOperations.ProducerCallback
Packages that use KafkaOperations.ProducerCallback
-
Uses of KafkaOperations.ProducerCallback in org.springframework.kafka.core
Methods in org.springframework.kafka.core with parameters of type KafkaOperations.ProducerCallbackModifier and TypeMethodDescription<T> TKafkaOperations.execute(KafkaOperations.ProducerCallback<K, V, T> callback) Execute some arbitrary operation(s) on the producer and return the result.<T> TKafkaOperations2.execute(KafkaOperations.ProducerCallback<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 producer and return the result.<T> TKafkaTemplate.execute(KafkaOperations.ProducerCallback<K, V, T> callback) <T> TRoutingKafkaTemplate.execute(KafkaOperations.ProducerCallback<Object, Object, T> callback)