I have recently started using msgraph-sdk for java for creating a syncing service for oneDrive users, files etc. I want to make few calls via batching like getting permissions info for multiple files. Does the sdk support batched calls. If yes, can someone point me to the documentation or some sample code for the same.
Also, in case of throttling errors such as 429 or timeout errors, I want to add a backoff and retry logic to most of the calls. Is there a way to set some config while creating a IGraphServiceClient object to do the retry-backoff logic.