Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
接口:MessageId impl:MessageIdImpl BatchMessageIdImpl RawMessageIdImpl
该工具具有不同的属性,不同的toString()方法,这让我很困惑。
toString()
您应该始终通过接口使用消息 id,它支持不同实现之间的比较。toString方法应仅用于记录目的。如果您需要将其保存在某处并稍后恢复,则需要使用toByteArray和fromByteArray方法。
toString
toByteArray
fromByteArray