Uses of Interface
io.helidon.webserver.KeyPerformanceIndicatorSupport.Context
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of KeyPerformanceIndicatorSupport.Context in io.helidon.webserver
Modifier and TypeInterfaceDescriptionstatic interface
Added per-request key performance indicator context behavior for requests for which processing might be deferred until some time after receipt of the request (i.e., some time after request handling begins).Modifier and TypeFieldDescriptionstatic final KeyPerformanceIndicatorSupport.Context
KeyPerformanceIndicatorSupport.Context.NO_OP
No-op implementation ofContext
.