Interface KafkaAwareTransactionManager<K,V>
-
- Type Parameters:
K
- the key type.V
- the value type.
- All Superinterfaces:
org.springframework.transaction.PlatformTransactionManager
,org.springframework.transaction.TransactionManager
- All Known Implementing Classes:
ChainedKafkaTransactionManager
,KafkaTransactionManager
public interface KafkaAwareTransactionManager<K,V> extends org.springframework.transaction.PlatformTransactionManager
A transaction manager that can provide aProducerFactory
.- Since:
- 2.1.3
- Author:
- Gary Russell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProducerFactory<K,V>
getProducerFactory()
Get the producer factory.
-
-
-
Method Detail
-
getProducerFactory
ProducerFactory<K,V> getProducerFactory()
Get the producer factory.- Returns:
- the producerFactory
-
-