Uses of Interface
brave.rpc.RpcRequestParser
-
Uses of RpcRequestParser in brave.rpc
Classes in brave.rpc that implement RpcRequestParser Modifier and Type Class Description static classRpcRequestParser.DefaultThe default data policy sets the span name to${rpc.service}/${rpc.method}or only the method or service.Fields in brave.rpc declared as RpcRequestParser Modifier and Type Field Description static RpcRequestParserRpcRequestParser. DEFAULTMethods in brave.rpc that return RpcRequestParser Modifier and Type Method Description RpcRequestParserRpcTracing. clientRequestParser()Used byRpcClientHandler.handleSend(RpcClientRequest)to add a span name and tags about the request before it is sent to the server.RpcRequestParserRpcTracing. serverRequestParser()Used byRpcServerHandler.handleReceive(RpcServerRequest)to add a span name and tags about the request before the server processes it.Methods in brave.rpc with parameters of type RpcRequestParser Modifier and Type Method Description RpcTracing.BuilderRpcTracing.Builder. clientRequestParser(RpcRequestParser clientRequestParser)Overrides the tagging policy for RPC client requests.RpcTracing.BuilderRpcTracing.Builder. serverRequestParser(RpcRequestParser serverRequestParser)Overrides the tagging policy for RPC server requests.