Uses of Class
app.coronawarn.server.common.persistence.service.FederationUploadKeyService
-
Packages that use FederationUploadKeyService Package Description app.coronawarn.server.services.federation.upload.keys app.coronawarn.server.services.federation.upload.runner -
-
Uses of FederationUploadKeyService in app.coronawarn.server.services.federation.upload.keys
Constructors in app.coronawarn.server.services.federation.upload.keys with parameters of type FederationUploadKeyService Constructor Description DiagnosisKeyPersistenceLoader(FederationUploadKeyService uploadKeyService, UploadServiceConfig uploadConfig)
-
Uses of FederationUploadKeyService in app.coronawarn.server.services.federation.upload.runner
Constructors in app.coronawarn.server.services.federation.upload.runner with parameters of type FederationUploadKeyService Constructor Description Upload(FederationUploadClient federationUploadClient, PayloadFactory payloadFactory, DiagnosisKeyLoader diagnosisKeyLoader, org.springframework.context.ApplicationContext applicationContext, FederationUploadKeyService uploadKeyService)
Creates an upload runner instance that reads Upload keys and send them to the Federation Gateway.
-