pub unsafe extern "C" fn aeron_archive_persistent_subscription_context_set_live_stream_id(
context: *mut aeron_archive_persistent_subscription_context_t,
live_stream_id: i32,
) -> c_intExpand description
Set the id of the live stream.
@param context to configure. @param live_stream_id the live stream id. @return 0 on success, -1 on error.