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 TypeMethodDescription@Nullable PulsarAwareTransactionManagerPulsarContainerProperties.TransactionSettings.getTransactionManager()Gets the transaction manager used to start transactions.Methods in org.springframework.pulsar.listener with parameters of type PulsarAwareTransactionManagerModifier and TypeMethodDescriptionvoidPulsarContainerProperties.TransactionSettings.setTransactionManager(@Nullable 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 TypeClassDescriptionclassBinds anative Pulsar transactionfrom the specifiedPulsarClientto the current thread, allowing for one transaction per thread per Pulsar client.