Uses of Class
brave.rpc.RpcClientRequest
-
Uses of RpcClientRequest in brave.rpc
Methods in brave.rpc with parameters of type RpcClientRequest Modifier and Type Method Description SpanRpcClientHandler. handleSend(RpcClientRequest request)Starts the client span after assigning it a name and tags.SpanRpcClientHandler. handleSend(RpcClientRequest request, Span span)LikeRpcClientHandler.handleSend(RpcClientRequest), except explicitly controls the span representing the request.SpanRpcClientHandler. handleSendWithParent(RpcClientRequest request, TraceContext parent)LikeRpcClientHandler.handleSend(RpcClientRequest), except explicitly controls the parent of the client span.