Uses of Class
app.coronawarn.server.services.download.config.DownloadServiceConfig
-
-
Uses of DownloadServiceConfig in app.coronawarn.server.services.download
Constructors in app.coronawarn.server.services.download with parameters of type DownloadServiceConfig Constructor Description FederationBatchProcessor(FederationBatchInfoService batchInfoService, DiagnosisKeyService diagnosisKeyService, FederationGatewayDownloadService federationGatewayDownloadService, DownloadServiceConfig config, ValidFederationKeyFilter federationKeyValidator)
Constructor. -
Uses of DownloadServiceConfig in app.coronawarn.server.services.download.normalization
Constructors in app.coronawarn.server.services.download.normalization with parameters of type DownloadServiceConfig Constructor Description FederationKeyNormalizer(DownloadServiceConfig config)
Constructor for this class. -
Uses of DownloadServiceConfig in app.coronawarn.server.services.download.runner
Constructors in app.coronawarn.server.services.download.runner with parameters of type DownloadServiceConfig Constructor Description RetentionPolicy(FederationBatchInfoService federationBatchInfoService, DownloadServiceConfig downloadServiceConfig)
Creates a new RetentionPolicy. -
Uses of DownloadServiceConfig in app.coronawarn.server.services.download.validation
Constructors in app.coronawarn.server.services.download.validation with parameters of type DownloadServiceConfig Constructor Description ValidFederationKeyFilter(DownloadServiceConfig downloadServiceConfig)
Constructor for this class.
-