Uses of Class
org.apache.pulsar.client.impl.transaction.TransactionImpl
Packages that use TransactionImpl
-
Uses of TransactionImpl in org.apache.pulsar.client.impl
Methods in org.apache.pulsar.client.impl with parameters of type TransactionImplModifier and TypeMethodDescriptionprotected abstract CompletableFuture<Void>ConsumerBase.doAcknowledge(List<MessageId> messageIdList, CommandAck.AckType ackType, Map<String, Long> properties, TransactionImpl txn) protected abstract CompletableFuture<Void>ConsumerBase.doAcknowledge(MessageId messageId, CommandAck.AckType ackType, Map<String, Long> properties, TransactionImpl txn) protected CompletableFuture<Void>ConsumerImpl.doAcknowledge(List<MessageId> messageIdList, CommandAck.AckType ackType, Map<String, Long> properties, TransactionImpl txn) protected CompletableFuture<Void>ConsumerImpl.doAcknowledge(MessageId messageId, CommandAck.AckType ackType, Map<String, Long> properties, TransactionImpl txn) protected CompletableFuture<Void>MultiTopicsConsumerImpl.doAcknowledge(List<MessageId> messageIdList, CommandAck.AckType ackType, Map<String, Long> properties, TransactionImpl txn) protected CompletableFuture<Void>MultiTopicsConsumerImpl.doAcknowledge(MessageId messageId, CommandAck.AckType ackType, Map<String, Long> properties, TransactionImpl txnImpl) protected CompletableFuture<Void>ConsumerBase.doAcknowledgeWithTxn(List<MessageId> messageIdList, CommandAck.AckType ackType, Map<String, Long> properties, TransactionImpl txn) protected CompletableFuture<Void>ConsumerBase.doAcknowledgeWithTxn(MessageId messageId, CommandAck.AckType ackType, Map<String, Long> properties, TransactionImpl txn) Constructors in org.apache.pulsar.client.impl with parameters of type TransactionImplModifierConstructorDescriptionTypedMessageBuilderImpl(ProducerBase<?> producer, Schema<T> schema, TransactionImpl txn)