Hi I have a task which i am not clear what to do may be I can get some suggestion to complete my task.
I have a image ID using that image ID I need to get a image data using binary get As I am not sure what this binary get mean may be it related to MessageBufferPacker and MessageUnpacker I believe and it is a task related to websocket
String id = String.valueOf(entity.get("id"));
//TODO get the image data using the binary get
This is what I have very minimum detail, sorry if question is not clear just a try if i can get some help regarding this.