i am using apache camel to convert image url to binary data. because of security area, i cant download image file directly so i have to use camel using download file. Client is spring boot.
Server send this binary data and client receive it.and download image file on that client folder.
but how can i handle binary data? i want to download image file between spring boot client and Apache camel