Uses of Enum Class
io.helidon.webserver.grpc.ServerRequestAttribute
Packages that use ServerRequestAttribute
Package
Description
Helidon WebServer gRPC Support.
Helidon Webserver gRPC tracing support.
-
Uses of ServerRequestAttribute in io.helidon.webserver.grpc
Subclasses with type arguments of type ServerRequestAttribute in io.helidon.webserver.grpcModifier and TypeClassDescriptionenumAn enum representing different types of gRPC request attribute that can be added to tracing logs.Methods in io.helidon.webserver.grpc that return ServerRequestAttributeModifier and TypeMethodDescriptionstatic ServerRequestAttributeReturns 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. -
Uses of ServerRequestAttribute in io.helidon.webserver.grpc.tracing
Methods in io.helidon.webserver.grpc.tracing that return types with arguments of type ServerRequestAttributeModifier and TypeMethodDescriptionGrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl.tracedAttributes()GrpcTracingConfig.BuilderBase.tracedAttributes()Set of attributes to trace.GrpcTracingConfig.tracedAttributes()Set of attributes to trace.Methods in io.helidon.webserver.grpc.tracing with parameters of type ServerRequestAttributeModifier and TypeMethodDescriptionGrpcTracingConfig.BuilderBase.addTracedAttribute(ServerRequestAttribute tracedAttribute) Set of attributes to trace.Method parameters in io.helidon.webserver.grpc.tracing 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.