Package io.grpc

Class ServerStreamTracer


  • @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2861")
    @ThreadSafe
    public abstract class ServerStreamTracer
    extends StreamTracer
    Listens to events on a stream to collect metrics.
    • Constructor Detail

      • ServerStreamTracer

        public ServerStreamTracer()
    • Method Detail

      • filterContext

        public Context filterContext​(Context context)
        Called before the interceptors and the call handlers and make changes to the Context object if needed.