Companion
object Companion
Functions
Link copied to clipboard
suspend fun fromDomain(domain: String, loader: CsafLoader = lazyLoader): Result<RetrievedAggregator>
Retrieves a RetrievedAggregator from a given domain using the well-known URL /.well-known/csaf-aggregator/aggregator.json.
Link copied to clipboard
fun fromDomainAsync(domain: String, loader: CsafLoader = lazyLoader): CompletableFuture<RetrievedAggregator>
Retrieves a RetrievedAggregator asynchronously from the provided domain.
Link copied to clipboard
Retrieves a RetrievedAggregator from a given URL.
Link copied to clipboard
fun fromUrlAsync(url: String, loader: CsafLoader = lazyLoader): CompletableFuture<RetrievedAggregator>
Retrieves a RetrievedAggregator asynchronously from the provided URL.