Interface PulsarAwareTransactionManager

All Superinterfaces:
PlatformTransactionManager, TransactionManager
All Known Implementing Classes:
PulsarTransactionManager

public interface PulsarAwareTransactionManager extends PlatformTransactionManager
A transaction manager that can provide a PulsarClient.
Since:
1.1.0
Author:
Chris Bono
  • Method Details

    • getPulsarClient

      org.apache.pulsar.client.api.PulsarClient getPulsarClient()
      Get the Pulsar client.
      Returns:
      the Pulsar client