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 removalA trace representation of aKafkaAwareTransactionManager.- Since:
- 3.1.0
- Author:
- Marcin Grzejszczak
-
-
Field Summary
-
Fields inherited from class org.springframework.cloud.sleuth.instrument.tx.TracePlatformTransactionManager
delegate
-
-
Constructor Summary
Constructors Constructor Description TraceKafkaAwareTransactionManager(org.springframework.kafka.transaction.KafkaAwareTransactionManager delegate, org.springframework.beans.factory.BeanFactory beanFactory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.springframework.kafka.core.ProducerFactorygetProducerFactory()Deprecated.-
Methods inherited from class org.springframework.cloud.sleuth.instrument.tx.TracePlatformTransactionManager
commit, getTransaction, rollback
-
-