pub unsafe extern "C" fn aeron_archive_add_recorded_publication(
    publication_p: *mut *mut aeron_publication_t,
    aeron_archive: *mut aeron_archive_t,
    channel: *const c_char,
    stream_id: i32,
) -> c_int
Expand description

Add a publication and set it up to be recorded.

@param publication_p out param set to the aeron_publication_t upon success @param aeron_archive the archive client @param channel the channel for the publication @param stream_id the stream id for the publication