pub unsafe extern "C" fn aeron_archive_persistent_subscription_context_set_replay_channel(
context: *mut aeron_archive_persistent_subscription_context_t,
replay_channel: *const c_char,
) -> c_intExpand description
Set the channel used for replays.
@param context to configure. @param replay_channel the channel to use for replays which will be copied. @return 0 on success, -1 on error.