类的使用
org.apache.pulsar.client.impl.transaction.TransactionImpl
使用TransactionImpl的程序包
-
org.apache.pulsar.client.impl中TransactionImpl的使用
修饰符和类型方法说明protected 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) 参数类型为TransactionImpl的org.apache.pulsar.client.impl中的构造器