Uses of Enum Class
io.helidon.webserver.grpc.ServerRequestAttribute
-
Uses of ServerRequestAttribute in io.helidon.webserver.grpc
Modifier 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.Modifier and TypeMethodDescriptionGrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl.tracedAttributes()
GrpcTracingConfig.BuilderBase.tracedAttributes()
Set of attributes to trace.Modifier and TypeMethodDescriptionGrpcTracingConfig.BuilderBase.addTracedAttribute
(ServerRequestAttribute tracedAttribute) Set of attributes to trace.Modifier 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.