Interceptors
There's one difference between regular interceptors and the microservices interceptors.
The microservices interceptors takes the data passed from the client instead of expressjs request object as an argument of the intercept() function.