Interface DownloadService


@Path("/internal/download") @Produces("application/octet-stream") public interface DownloadService
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    download(String downloadKey)
     
  • Method Details

    • download

      @GET @Path("{downloadkey}") jakarta.ws.rs.core.Response download(@PathParam("downloadkey") String downloadKey)