I need to add an interceptor to execute tasks under the main thread while serving requests on all endpoints.
How can I add this extra layer without damaging the stability of those already established by the google framework.
I need to add an interceptor to execute tasks under the main thread while serving requests on all endpoints.
How can I add this extra layer without damaging the stability of those already established by the google framework.