Uses of Class
io.helidon.grpc.client.ClientRequestAttribute
-
Packages that use ClientRequestAttribute Package Description io.helidon.grpc.client gRPC client API. -
-
Uses of ClientRequestAttribute in io.helidon.grpc.client
Methods in io.helidon.grpc.client that return ClientRequestAttribute Modifier and Type Method Description static ClientRequestAttribute
ClientRequestAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientRequestAttribute[]
ClientRequestAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.grpc.client with parameters of type ClientRequestAttribute Modifier and Type Method Description ClientTracingInterceptor.Builder
ClientTracingInterceptor.Builder. withTracedAttributes(ClientRequestAttribute... tracedAttributes)
-