接口 AcknowledgmentsGroupingTracker
- 所有超级接口:
AutoCloseable
Acknowledgments grouping tracker.
-
方法概要
修饰符和类型方法说明addAcknowledgment(MessageId msgId, CommandAck.AckType ackType, Map<String, Long> properties) addListAcknowledgment(List<MessageId> messageIds, CommandAck.AckType ackType, Map<String, Long> properties) voidclose()voidflush()voidbooleanisDuplicate(MessageId messageId)
-
方法详细资料
-
isDuplicate
-
addAcknowledgment
CompletableFuture<Void> addAcknowledgment(MessageId msgId, CommandAck.AckType ackType, Map<String, Long> properties) -
addListAcknowledgment
CompletableFuture<Void> addListAcknowledgment(List<MessageId> messageIds, CommandAck.AckType ackType, Map<String, Long> properties) -
flush
void flush() -
close
void close()- 指定者:
close在接口中AutoCloseable
-
flushAndClean
void flushAndClean()
-