pub unsafe extern "C" fn pulsar_message_set_ordering_key(
message: *mut pulsar_message_t,
orderingKey: *const c_char,
)Expand description
Sets the ordering key of the message for message dispatch in Key_Shared mode. @param the ordering key for the message