Uses of Class
brave.rpc.RpcRuleSampler.Builder
-
Uses of RpcRuleSampler.Builder in brave.rpc
Methods in brave.rpc that return RpcRuleSampler.Builder Modifier and Type Method Description static RpcRuleSampler.BuilderRpcRuleSampler. newBuilder()RpcRuleSampler.BuilderRpcRuleSampler.Builder. putAllRules(RpcRuleSampler sampler)Adds or replaces all rules in this sampler with those of the input.RpcRuleSampler.BuilderRpcRuleSampler.Builder. putRule(Matcher matcher, Sampler sampler)Adds or replaces the sampler for the matcher.