Class ChainedKafkaTransactionManager<K,V>

java.lang.Object
org.springframework.data.transaction.ChainedTransactionManager
org.springframework.kafka.transaction.ChainedKafkaTransactionManager<K,V>
Type Parameters:
K - the key type.
V - the value type.
All Implemented Interfaces:
KafkaAwareTransactionManager<K,V>, PlatformTransactionManager, TransactionManager

@Deprecated public class ChainedKafkaTransactionManager<K,V> extends org.springframework.data.transaction.ChainedTransactionManager implements KafkaAwareTransactionManager<K,V>
Deprecated.
Refer to the ChainedTransactionManager javadocs.
A ChainedTransactionManager that has exactly one KafkaAwareTransactionManager in the chain.
Since:
2.1.3
Author:
Gary Russell