Uses of Enum Class
io.helidon.webserver.grpc.ServerRequestAttribute
Packages that use ServerRequestAttribute
-
Uses of ServerRequestAttribute in io.helidon.webserver.grpc
Methods in io.helidon.webserver.grpc that return ServerRequestAttributeModifier and TypeMethodDescriptionstatic ServerRequestAttribute
Returns the enum constant of this class with the specified name.static ServerRequestAttribute[]
ServerRequestAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.webserver.grpc that return types with arguments of type ServerRequestAttributeModifier and TypeMethodDescriptionGrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl.tracedAttributes()
GrpcTracingConfig.BuilderBase.tracedAttributes()
Set of attributes to trace.Methods in io.helidon.webserver.grpc with parameters of type ServerRequestAttributeModifier and TypeMethodDescriptionGrpcTracingConfig.BuilderBase.addTracedAttribute
(ServerRequestAttribute tracedAttribute) Set of attributes to trace.Method parameters in io.helidon.webserver.grpc with type arguments of type ServerRequestAttributeModifier and TypeMethodDescriptionGrpcTracingConfig.BuilderBase.addTracedAttributes
(Set<? extends ServerRequestAttribute> tracedAttributes) Set of attributes to trace.GrpcTracingConfig.BuilderBase.tracedAttributes
(Set<? extends ServerRequestAttribute> tracedAttributes) Set of attributes to trace.