-
static 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).
KeyPerformanceIndicatorSupport.Context.NO_OP
No-op implementation of Context
.
KeyPerformanceIndicatorSupport.Context.create()
Provides a Context
for use with an immediate (non-deferrable) request.
KeyPerformanceIndicatorSupport.DeferrableRequestContext.create()
Provides a Context
for use with a deferrable request.