Interface KeyPerformanceIndicatorSupport.DeferrableRequestContext

All Superinterfaces:
KeyPerformanceIndicatorSupport.Context
Enclosing interface:
KeyPerformanceIndicatorSupport

public static interface KeyPerformanceIndicatorSupport.DeferrableRequestContext extends KeyPerformanceIndicatorSupport.Context
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).
  • Field Details

    • CONTEXT_SETTING_HANDLER

      static final Handler CONTEXT_SETTING_HANDLER
      A Handler which registers a KPI deferrable request context in the request's context.
  • Method Details

    • create

      Provides a Context for use with a deferrable request.
      Returns:
      new Context
    • requestProcessingStarted

      default void requestProcessingStarted()
      Records that a request is about to begin its processing.