Uses of Interface
org.springframework.kafka.transaction.KafkaAwareTransactionManager
Package
Description
Package for kafka listeners
Provides classes related to transactions.
-
Uses of KafkaAwareTransactionManager in org.springframework.kafka.listener
Modifier and TypeMethodDescriptionvoid
ContainerProperties.setKafkaAwareTransactionManager
(KafkaAwareTransactionManager<?, ?> kafkaAwareTransactionManager) Set the transaction manager to start a transaction; replaceContainerProperties.setTransactionManager(org.springframework.transaction.PlatformTransactionManager)
. -
Uses of KafkaAwareTransactionManager in org.springframework.kafka.transaction
Modifier and TypeClassDescriptionclass
Deprecated.class
PlatformTransactionManager
implementation for a single KafkaProducerFactory
.
ChainedTransactionManager
javadocs.