Interface PulsarAwareTransactionManager
- All Superinterfaces:
PlatformTransactionManager
,TransactionManager
- All Known Implementing Classes:
PulsarTransactionManager
A transaction manager that can provide a
PulsarClient
.- Since:
- 1.1.0
- Author:
- Chris Bono
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pulsar.client.api.PulsarClient
Get the Pulsar client.Methods inherited from interface org.springframework.transaction.PlatformTransactionManager
commit, getTransaction, rollback
-
Method Details
-
getPulsarClient
org.apache.pulsar.client.api.PulsarClient getPulsarClient()Get the Pulsar client.- Returns:
- the Pulsar client
-