We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67303d8 commit c803c98Copy full SHA for c803c98
rocketmq-common/src/common/message.rs
@@ -117,7 +117,7 @@ pub trait MessageTrait: Any + Display + Debug {
117
}
118
119
/// Returns a reference to the tags associated with the message.
120
- fn get_tags_ref(&self) -> Option<&CheetahString> {
+ fn tags_ref(&self) -> Option<&CheetahString> {
121
self.property_ref(&CheetahString::from_static_str(MessageConst::PROPERTY_TAGS))
122
123
0 commit comments