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