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 BatchDownloadResponse
FederationGatewayDownloadService. downloadBatch(String batchTag, LocalDate date)
Download the batch from the EFGS with the given batchTag for the given date.BatchDownloadResponse
FederationGatewayDownloadService. downloadBatch(LocalDate date)
Download the first batch from the EFGS for the given date.void
FederationBatchProcessor. prepareDownload()
Checks if the date-based download logic is enabled and prepares the FederationBatchInfo Repository accordingly.void
FederationBatchProcessor. processUnprocessedFederationBatches()
Downloads and processes all batches from the federation gateway that have previously been marked with status valueFederationBatchStatus.UNPROCESSED
.protected void
FederationBatchProcessor. saveFirstBatchInfoForDate(LocalDate date)
Stores the batch info for the specified date.
-