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 brave.SpanRpcClientHandler. handleSend(RpcClientRequest request)Starts the client span after assigning it a name and tags.brave.SpanRpcClientHandler. handleSend(RpcClientRequest request, brave.Span span)LikeRpcClientHandler.handleSend(RpcClientRequest), except explicitly controls the span representing the request.brave.SpanRpcClientHandler. handleSendWithParent(RpcClientRequest request, brave.propagation.TraceContext parent)LikeRpcClientHandler.handleSend(RpcClientRequest), except explicitly controls the parent of the client span.
-