Uses of Interface
io.helidon.webserver.KeyPerformanceIndicatorSupport.Context
-
Packages that use KeyPerformanceIndicatorSupport.Context Package Description io.helidon.webserver Reactive web server API. -
-
Uses of KeyPerformanceIndicatorSupport.Context in io.helidon.webserver
Subinterfaces of KeyPerformanceIndicatorSupport.Context in io.helidon.webserver Modifier and Type Interface Description static interface
KeyPerformanceIndicatorSupport.DeferrableRequestContext
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).Fields in io.helidon.webserver declared as KeyPerformanceIndicatorSupport.Context Modifier and Type Field Description static KeyPerformanceIndicatorSupport.Context
KeyPerformanceIndicatorSupport.Context. NO_OP
No-op implementation ofContext
.Methods in io.helidon.webserver that return KeyPerformanceIndicatorSupport.Context Modifier and Type Method Description static KeyPerformanceIndicatorSupport.Context
KeyPerformanceIndicatorSupport.Context. create()
Provides aContext
for use with an immediate (non-deferrable) request.static KeyPerformanceIndicatorSupport.Context
KeyPerformanceIndicatorSupport.DeferrableRequestContext. create()
Provides aContext
for use with a deferrable request.
-