Uses of Class
brave.rpc.RpcResponse
-
Uses of RpcResponse in brave.rpc
Subclasses of RpcResponse in brave.rpc Modifier and Type Class Description classRpcClientResponseMarks an interface for use inRpcClientHandler.handleReceive(RpcClientResponse, Span).classRpcServerResponseMarks an interface for use inRpcServerHandler.handleSend(RpcServerResponse, Span).Fields in brave.rpc with type parameters of type RpcResponse Modifier and Type Field Description static Tag<RpcResponse>RpcTags. ERROR_CODEThis tags "rpc.error_code" as the value oferrorCode().Methods in brave.rpc with parameters of type RpcResponse Modifier and Type Method Description voidRpcResponseParser.Default. parse(RpcResponse response, TraceContext context, SpanCustomizer span)voidRpcResponseParser. parse(RpcResponse response, TraceContext context, SpanCustomizer span)Implement to choose what data from the RPC response are parsed into the span representing it.