from Url Async
fun fromUrlAsync(url: String, loader: CsafLoader = lazyLoader): CompletableFuture<RetrievedAggregator>
Retrieves a RetrievedAggregator asynchronously from the provided URL.
Return
A CompletableFuture that wraps a RetrievedAggregator instance upon success, or the thrown Throwable in case of an error.
Parameters
url
The URL to retrieve the aggregator from.
loader
An optional CsafLoader instance. Defaults to lazyLoader.