[][src]Function pulsar_sys::pulsar_message_get_property

pub unsafe extern "C" fn pulsar_message_get_property(
    message: *mut pulsar_message_t,
    name: *const c_char
) -> *const c_char

Get the value of a specific property

@param name the name of the property @return the value of the property or null if the property was not defined