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 interfaceKeyPerformanceIndicatorSupport.DeferrableRequestContextAdded 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.ContextKeyPerformanceIndicatorSupport.Context. NO_OPNo-op implementation ofContext.Methods in io.helidon.webserver that return KeyPerformanceIndicatorSupport.Context Modifier and Type Method Description static KeyPerformanceIndicatorSupport.ContextKeyPerformanceIndicatorSupport.Context. create()Provides aContextfor use with an immediate (non-deferrable) request.static KeyPerformanceIndicatorSupport.ContextKeyPerformanceIndicatorSupport.DeferrableRequestContext. create()Provides aContextfor use with a deferrable request.
-