Function libaeron_sys::aeron_properties_http_load

source ยท
pub unsafe extern "C" fn aeron_properties_http_load(
    url: *const c_char
) -> c_int
Expand description

Load properties from HTTP URL and set environment variables for the process so that subsequent calls to aeron_driver_context_init will use those values.

@param url to attempt to retrieve and load. @return 0 for success and -1 for error.