Function rusteron_archive::bindings::aeron_archive_stop_replay

source ยท
pub unsafe extern "C" fn aeron_archive_stop_replay(
    aeron_archive: *mut aeron_archive_t,
    replay_session_id: i64,
) -> c_int
Expand description

Stop a replay session.

@param aeron_archive the archive client @param replay_session_id the replay session id indicating the replay to stop @return 0 for success, -1 for failure