Class 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
    • Constructor Detail

      • TraceKafkaAwareTransactionManager

        public TraceKafkaAwareTransactionManager​(org.springframework.kafka.transaction.KafkaAwareTransactionManager delegate,
                                                 org.springframework.beans.factory.BeanFactory beanFactory)
        Deprecated.
    • Method Detail

      • getProducerFactory

        public org.springframework.kafka.core.ProducerFactory getProducerFactory()
        Deprecated.
        Specified by:
        getProducerFactory in interface org.springframework.kafka.transaction.KafkaAwareTransactionManager