Uses of Interface
org.springframework.pulsar.transaction.PulsarAwareTransactionManager
Package
Description
Package containing listener components for receiving Pulsar messages.
Provides classes related to transactions.
-
Uses of PulsarAwareTransactionManager in org.springframework.pulsar.listener
Modifier and TypeMethodDescriptionPulsarContainerProperties.TransactionSettings.getTransactionManager()
Gets the transaction manager used to start transactions.Modifier and TypeMethodDescriptionvoid
PulsarContainerProperties.TransactionSettings.setTransactionManager
(PulsarAwareTransactionManager transactionManager) Set the transaction manager to start a transaction. -
Uses of PulsarAwareTransactionManager in org.springframework.pulsar.transaction
Modifier and TypeClassDescriptionclass
Binds anative Pulsar transaction
from the specifiedPulsarClient
to the current thread, allowing for one transaction per thread per Pulsar client.