[][src]Function pulsar_sys::pulsar_message_get_properties

pub unsafe extern "C" fn pulsar_message_get_properties(
    message: *mut pulsar_message_t
) -> *mut pulsar_string_map_t

Return the properties attached to the message. Properties are application defined key/value pairs that will be attached to the message

@return an unmodifiable view of the properties map