[][src]Function pulsar_sys::pulsar_configure_get_negative_ack_redelivery_delay_ms

pub unsafe extern "C" fn pulsar_configure_get_negative_ack_redelivery_delay_ms(
    consumer_configuration: *mut pulsar_consumer_configuration_t
) -> c_long

Get the configured delay to wait before re-delivering messages that have failed to be process.

@param consumer_configuration the consumer conf object @return redelivery delay for failed messages