Uses of Class
app.coronawarn.server.common.federation.client.upload.BatchUploadResponse
-
Packages that use BatchUploadResponse Package Description app.coronawarn.server.common.federation.client app.coronawarn.server.services.federation.upload.client -
-
Uses of BatchUploadResponse in app.coronawarn.server.common.federation.client
Methods in app.coronawarn.server.common.federation.client that return types with arguments of type BatchUploadResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<BatchUploadResponse>
FederationGatewayClient. postBatchUpload(byte[] raw, String batchTag, String batchSignature)
HTTP POST request federation gateway endpoint /diagnosiskyes/upload. -
Uses of BatchUploadResponse in app.coronawarn.server.services.federation.upload.client
Methods in app.coronawarn.server.services.federation.upload.client that return types with arguments of type BatchUploadResponse Modifier and Type Method Description Optional<BatchUploadResponse>
FederationUploadClient. postBatchUpload(UploadPayload uploadPayload)
Optional<BatchUploadResponse>
ProdFederationUploadClient. postBatchUpload(UploadPayload uploadPayload)
Optional<BatchUploadResponse>
TestFederationUploadClient. postBatchUpload(UploadPayload uploadPayload)
-