grpc-node
grpc-node copied to clipboard
Expose path and callEnd event in ServerSurfaceCall
I'm working on some server interceptors that are injected as part of our generation process. These interceptors need to know the final gRPC status and the path (really the service and function) that the request was sent to. In the current model, both of these bits of information are hidden within the internal call implementation. This PR exposes both of these so that they can be accessed without crossing the internal implementation boundary.
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: ajmath / name: Andrew Matheny (b78db9d2225a391e23a0e6cefd2b85f919e708f1, d846cf51272f2ed03c1dd8b845536fa7a901f396)
@murgatroid99 any thoughts on this?