Function rusteron_archive::bindings::aeron_archive_replay
source ยท pub unsafe extern "C" fn aeron_archive_replay(
subscription_p: *mut *mut aeron_subscription_t,
aeron_archive: *mut aeron_archive_t,
recording_id: i64,
replay_channel: *const c_char,
replay_stream_id: i32,
params: *mut aeron_archive_replay_params_t,
) -> c_int
Expand description
Start a replay.
@param subscription_p out param set to the subscription created for consuming the replay @param aeron_archive the archive client @param recording_id the id of the recording @param replay_channel the channel to which the replay should be sent @param replay_stream_id the stream id to which the replay should be sent @param params the aeron_archive_replay_params_t that control the behaviour of the replay @return 0 for success, -1 for failure