Uses of Interface
org.apache.pulsar.client.api.transaction.Transaction
Package
Description
Pulsar Client API.
Pulsar transaction related API.
-
Uses of Transaction in org.apache.pulsar.client.api
Modifier and TypeMethodDescriptionMessageAcknowledger.acknowledgeAsync
(List<MessageId> messageIdList, Transaction txn) The asynchronous version ofMessageAcknowledger.acknowledge(List)
with transaction support.MessageAcknowledger.acknowledgeAsync
(MessageId messageId, Transaction txn) The asynchronous version ofMessageAcknowledger.acknowledge(MessageId)
with transaction support.MessageAcknowledger.acknowledgeAsync
(Messages<?> messages, Transaction txn) The asynchronous version ofMessageAcknowledger.acknowledge(Messages)
with transaction support.MessageAcknowledger.acknowledgeCumulativeAsync
(MessageId messageId, Transaction txn) The asynchronous version ofMessageAcknowledger.acknowledgeCumulative(MessageId)
with transaction support.Producer.newMessage
(Transaction txn) Create a new message builder with transaction. -
Uses of Transaction in org.apache.pulsar.client.api.transaction
Modifier and TypeMethodDescriptionTransactionBuilder.build()
Build the transaction with the configured settings.