Uses of Interface
brave.rpc.RpcResponseParser
-
Uses of RpcResponseParser in brave.rpc
Classes in brave.rpc that implement RpcResponseParser Modifier and Type Class Description static classRpcResponseParser.DefaultThe default data policy setsRpcTags.ERROR_CODEtag, and also "error", if there is no exception.Fields in brave.rpc declared as RpcResponseParser Modifier and Type Field Description static RpcResponseParserRpcResponseParser. DEFAULTMethods in brave.rpc that return RpcResponseParser Modifier and Type Method Description RpcResponseParserRpcTracing. clientResponseParser()Used byRpcClientHandler.handleReceive(RpcClientResponse, Span)to add tags about the response received from the server.RpcResponseParserRpcTracing. serverResponseParser()Used byRpcServerHandler.handleSend(RpcServerResponse, Span)to add tags about the response sent to the client.Methods in brave.rpc with parameters of type RpcResponseParser Modifier and Type Method Description RpcTracing.BuilderRpcTracing.Builder. clientResponseParser(RpcResponseParser clientResponseParser)Overrides the tagging policy for RPC client responses.RpcTracing.BuilderRpcTracing.Builder. serverResponseParser(RpcResponseParser serverResponseParser)Overrides the tagging policy for RPC server responses.