protected CompletableFuture<Void> |
MultiTopicsConsumerImpl.doAcknowledge(List<MessageId> messageIdList,
CommandAck.AckType ackType,
Map<String,Long> properties,
TransactionImpl txn) |
protected abstract CompletableFuture<Void> |
ConsumerBase.doAcknowledge(List<MessageId> messageIdList,
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> |
MultiTopicsConsumerImpl.doAcknowledge(MessageId messageId,
CommandAck.AckType ackType,
Map<String,Long> properties,
TransactionImpl txnImpl) |
protected abstract CompletableFuture<Void> |
ConsumerBase.doAcknowledge(MessageId messageId,
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> |
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) |