Uses of Class
brave.rpc.RpcRequest
-
Uses of RpcRequest in brave.rpc
Subclasses of RpcRequest in brave.rpc Modifier and Type Class Description classRpcClientRequestMarks an interface for use in injection andRpcRuleSampler.classRpcServerRequestMarks an interface for use in extraction andRpcRuleSampler.Methods in brave.rpc with type parameters of type RpcRequest Modifier and Type Method Description static <Req extends RpcRequest>
Matcher<Req>RpcRequestMatchers. methodEquals(String method)Matcher for case-sensitive RPC method names, such as "Report" or "EXISTS"static <Req extends RpcRequest>
Matcher<Req>RpcRequestMatchers. serviceEquals(String service)Matcher for case-sensitive RPC service names, such as "grpc.health.v1.Health" or "scribe"Methods in brave.rpc that return types with arguments of type RpcRequest Modifier and Type Method Description SamplerFunction<RpcRequest>RpcTracing. clientSampler()Returns an overriding sampling decision for a new trace.SamplerFunction<RpcRequest>RpcTracing. serverSampler()Returns an overriding sampling decision for a new trace.Methods in brave.rpc with parameters of type RpcRequest Modifier and Type Method Description BooleanRpcRuleSampler. trySample(RpcRequest request)Method parameters in brave.rpc with type arguments of type RpcRequest Modifier and Type Method Description RpcTracing.BuilderRpcTracing.Builder. clientSampler(SamplerFunction<RpcRequest> clientSampler)RpcTracing.BuilderRpcTracing.Builder. serverSampler(SamplerFunction<RpcRequest> serverSampler)