Class TraceKafkaAwareTransactionManager
java.lang.Object
org.springframework.cloud.sleuth.instrument.tx.TracePlatformTransactionManager
org.springframework.cloud.sleuth.instrument.tx.TraceKafkaAwareTransactionManager
- All Implemented Interfaces:
org.springframework.kafka.transaction.KafkaAwareTransactionManager,org.springframework.transaction.PlatformTransactionManager,org.springframework.transaction.TransactionManager
@Deprecated
public class TraceKafkaAwareTransactionManager
extends TracePlatformTransactionManager
implements org.springframework.kafka.transaction.KafkaAwareTransactionManager
Deprecated.
scheduled for removal
A trace representation of a
KafkaAwareTransactionManager.- Since:
- 3.1.0
- Author:
- Marcin Grzejszczak
-
Field Summary
Fields inherited from class org.springframework.cloud.sleuth.instrument.tx.TracePlatformTransactionManager
delegate -
Constructor Summary
ConstructorsConstructorDescriptionTraceKafkaAwareTransactionManager(org.springframework.kafka.transaction.KafkaAwareTransactionManager delegate, org.springframework.beans.factory.BeanFactory beanFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.kafka.core.ProducerFactoryDeprecated.Methods inherited from class org.springframework.cloud.sleuth.instrument.tx.TracePlatformTransactionManager
commit, getTransaction, rollbackMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.transaction.PlatformTransactionManager
commit, getTransaction, rollback
-
Constructor Details
-
TraceKafkaAwareTransactionManager
public TraceKafkaAwareTransactionManager(org.springframework.kafka.transaction.KafkaAwareTransactionManager delegate, org.springframework.beans.factory.BeanFactory beanFactory) Deprecated.
-
-
Method Details
-
getProducerFactory
public org.springframework.kafka.core.ProducerFactory getProducerFactory()Deprecated.- Specified by:
getProducerFactoryin interfaceorg.springframework.kafka.transaction.KafkaAwareTransactionManager
-