Interface KafkaAwareTransactionManager<K,V>

Type Parameters:
K - the key type.
V - the value type.
All Superinterfaces:
PlatformTransactionManager, TransactionManager
All Known Implementing Classes:
ChainedKafkaTransactionManager, KafkaTransactionManager

public interface KafkaAwareTransactionManager<K,V> extends PlatformTransactionManager
A transaction manager that can provide a ProducerFactory.
Since:
2.1.3
Author:
Gary Russell
  • Method Details

    • getProducerFactory

      ProducerFactory<K,V> getProducerFactory()
      Get the producer factory.
      Returns:
      the producerFactory