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