This is the first time I am using retrofit and I am a little confused.
I have setup a connection between the server and the client without issue. However now I am working on getting callback working correctly. In Retrofit's doc it states
It’s worth noting there are no changes necessary on the server side to get asynchronous execution working correctly.
If this is correct then what am I doing on the server side to retrieve the info on the response? Or am I misunderstanding this process completely?
I should note that I am passing objects and various collections.