Function qpid_proton_sys::pn_event_batch_next[][src]

pub unsafe extern "C" fn pn_event_batch_next(
    batch: *mut pn_event_batch_t
) -> *mut pn_event_t
Expand description

Remove the next event from the batch and return it. NULL means the batch is empty. The returned event pointer is valid until pn_event_batch_next() is called again on the same batch.