pub unsafe extern "C" fn aeron_archive_persistent_subscription_context_set_archive_context(
context: *mut aeron_archive_persistent_subscription_context_t,
archive_context: *mut aeron_archive_context_t,
) -> c_intExpand description
Set the Aeron Archive client context that will be used by the persistent subscription.
@param context to configure. @param archive_context the Aeron Archive client context to use. @return 0 on success, -1 on error.