pub enum MessagePropertyKey {
Show 65 variants
Tags,
Keys,
WaitStoreMsgOk,
DelayTimeLevel,
DelayTimeSec,
DelayTimeMs,
DeliverTimeMs,
RetryTopic,
RealTopic,
RealQueueId,
TransactionPrepared,
ProducerGroup,
MinOffset,
MaxOffset,
BuyerId,
OriginMessageId,
TransferFlag,
CorrectionFlag,
MqReplyTopic,
MqReplyQueueId,
UniqueClientMsgId,
ReconsumeTime,
MsgRegion,
TraceSwitch,
UniqueKey,
MaxReconsumeTimes,
ConsumeStartTimestamp,
PopCk,
PopCkOffset,
FirstPopTime,
TransactionPreparedQueueOffset,
DupInfo,
ExtendUniqInfo,
InstanceId,
CorrelationId,
MessageReplyToClient,
MessageTtl,
ReplyMessageArriveTime,
PushReplyTime,
Cluster,
MessageType,
InnerMultiQueueOffset,
TimerDelayLevel,
TimerEnqueueMs,
TimerDequeueMs,
TimerRollTimes,
TimerOutMs,
TimerDelUniqkey,
BornHost,
BornTimestamp,
DlqOriginTopic,
DlqOriginMessageId,
Crc32,
Redirect,
ForwardQueueId,
InnerBase,
InnerMultiDispatch,
InnerNum,
Mq2Flag,
ShardingKey,
TransactionId,
TransactionCheckTimes,
TransientGroupConfig,
TransientTopicConfig,
TraceContext,
}Expand description
Type-safe property keys.
Variants§
Tags
Keys
WaitStoreMsgOk
DelayTimeLevel
DelayTimeSec
DelayTimeMs
DeliverTimeMs
RetryTopic
RealTopic
RealQueueId
TransactionPrepared
ProducerGroup
MinOffset
MaxOffset
BuyerId
OriginMessageId
TransferFlag
CorrectionFlag
MqReplyTopic
MqReplyQueueId
UniqueClientMsgId
ReconsumeTime
MsgRegion
TraceSwitch
UniqueKey
MaxReconsumeTimes
ConsumeStartTimestamp
PopCk
PopCkOffset
FirstPopTime
TransactionPreparedQueueOffset
DupInfo
ExtendUniqInfo
InstanceId
CorrelationId
MessageReplyToClient
MessageTtl
ReplyMessageArriveTime
PushReplyTime
Cluster
MessageType
InnerMultiQueueOffset
TimerDelayLevel
TimerEnqueueMs
TimerDequeueMs
TimerRollTimes
TimerOutMs
TimerDelUniqkey
BornHost
BornTimestamp
DlqOriginTopic
DlqOriginMessageId
Crc32
Redirect
ForwardQueueId
InnerBase
InnerMultiDispatch
InnerNum
Mq2Flag
ShardingKey
TransactionId
TransactionCheckTimes
TransientGroupConfig
TransientTopicConfig
TraceContext
Implementations§
Trait Implementations§
Source§impl Clone for MessagePropertyKey
impl Clone for MessagePropertyKey
Source§fn clone(&self) -> MessagePropertyKey
fn clone(&self) -> MessagePropertyKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MessagePropertyKey
impl Debug for MessagePropertyKey
Source§impl Hash for MessagePropertyKey
impl Hash for MessagePropertyKey
Source§impl PartialEq for MessagePropertyKey
impl PartialEq for MessagePropertyKey
impl Copy for MessagePropertyKey
impl Eq for MessagePropertyKey
impl StructuralPartialEq for MessagePropertyKey
Auto Trait Implementations§
impl Freeze for MessagePropertyKey
impl RefUnwindSafe for MessagePropertyKey
impl Send for MessagePropertyKey
impl Sync for MessagePropertyKey
impl Unpin for MessagePropertyKey
impl UnsafeUnpin for MessagePropertyKey
impl UnwindSafe for MessagePropertyKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.