Package brave.rpc

Class RpcRequestParser.Default

  • All Implemented Interfaces:
    RpcRequestParser
    Enclosing interface:
    RpcRequestParser

    public static class RpcRequestParser.Default
    extends Object
    implements RpcRequestParser
    The default data policy sets the span name to ${rpc.service}/${rpc.method} or only the method or service. This also tags "rpc.service" and "rpc.method" when present.
    • Constructor Detail

      • Default

        public Default()