Package org.springframework.kafka.transaction
Provides classes related to transactions.
-
Interface Summary Interface Description KafkaAwareTransactionManager<K,V> A transaction manager that can provide aProducerFactory
. -
Class Summary Class Description ChainedKafkaTransactionManager<K,V> Deprecated. Refer to theChainedTransactionManager
javadocs.KafkaTransactionManager<K,V> PlatformTransactionManager
implementation for a single KafkaProducerFactory
.