Uses of Interface
app.coronawarn.server.services.federation.upload.keys.DiagnosisKeyLoader
-
Packages that use DiagnosisKeyLoader Package Description app.coronawarn.server.services.federation.upload.keys app.coronawarn.server.services.federation.upload.runner -
-
Uses of DiagnosisKeyLoader in app.coronawarn.server.services.federation.upload.keys
Classes in app.coronawarn.server.services.federation.upload.keys that implement DiagnosisKeyLoader Modifier and Type Class Description class
DiagnosisKeyPersistenceLoader
-
Uses of DiagnosisKeyLoader in app.coronawarn.server.services.federation.upload.runner
Constructors in app.coronawarn.server.services.federation.upload.runner with parameters of type DiagnosisKeyLoader 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.
-