Skip to main content

aeron_archive_persistent_subscription_context_set_replay_channel

Function aeron_archive_persistent_subscription_context_set_replay_channel 

Source
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_int
Expand 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.