K - the key type.V - the value type.public class ChainedKafkaTransactionManager<K,V> extends org.springframework.data.transaction.ChainedTransactionManager implements KafkaAwareTransactionManager<K,V>
ChainedTransactionManager that has exactly one
KafkaAwareTransactionManager in the chain.| Constructor and Description |
|---|
ChainedKafkaTransactionManager(org.springframework.transaction.PlatformTransactionManager... transactionManagers) |
| Modifier and Type | Method and Description |
|---|---|
ProducerFactory<K,V> |
getProducerFactory()
Get the producer factory.
|
public ChainedKafkaTransactionManager(org.springframework.transaction.PlatformTransactionManager... transactionManagers)
public ProducerFactory<K,V> getProducerFactory()
KafkaAwareTransactionManagergetProducerFactory in interface KafkaAwareTransactionManager<K,V>