Uses of Class
app.coronawarn.server.services.download.FatalFederationGatewayException
-
Packages that use FatalFederationGatewayException Package Description app.coronawarn.server.services.download -
-
Uses of FatalFederationGatewayException in app.coronawarn.server.services.download
Methods in app.coronawarn.server.services.download that throw FatalFederationGatewayException Modifier and Type Method Description BatchDownloadResponseFederationGatewayDownloadService. downloadBatch(String batchTag, LocalDate date)Download the batch from the EFGS with the given batchTag for the given date.BatchDownloadResponseFederationGatewayDownloadService. downloadBatch(LocalDate date)Download the first batch from the EFGS for the given date.voidFederationBatchProcessor. prepareDownload()Checks if the date-based download logic is enabled and prepares the FederationBatchInfo Repository accordingly.voidFederationBatchProcessor. processUnprocessedFederationBatches()Downloads and processes all batches from the federation gateway that have previously been marked with status valueFederationBatchStatus.UNPROCESSED.protected voidFederationBatchProcessor. saveFirstBatchInfoForDate(LocalDate date)Stores the batch info for the specified date.
-