Uses of Interface
org.apache.pulsar.client.api.transaction.TransactionBuilder
Package
Description
Pulsar Client API.
Pulsar transaction related API.
-
Uses of TransactionBuilder in org.apache.pulsar.client.api
Modifier and TypeMethodDescriptionPulsarClient.newTransaction()
Create a transaction builder that can be used to configure and construct a transaction. -
Uses of TransactionBuilder in org.apache.pulsar.client.api.transaction
Modifier and TypeMethodDescriptionTransactionBuilder.withTransactionTimeout
(long timeout, TimeUnit timeoutUnit) Configure the maximum amount of time that the transaction coordinator will for a transaction to be completed by the client before proactively aborting the ongoing transaction.