mirror of https://github.com/grpc/grpc-java.git
This adds server-wide interceptors that applies to all call handlers. Because ServerCallHandler is acquired per request, and can be dynamicly provided by the fallback registry, the interceptors have to be installed on a per-request basis. This adds a few object allocations per request, which is acceptable. |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||