Class RequestTrackingManager


  • @ThreadSafe
    public final class RequestTrackingManager
    extends Object
    The request time manager manages all currently running requests.
    Since:
    9.0.0
    Author:
    Philip Helger
    • Field Detail

      • DEFAULT_LONG_RUNNING_CHECK_ENABLED

        public static final boolean DEFAULT_LONG_RUNNING_CHECK_ENABLED
        See Also:
        Constant Field Values
      • DEFAULT_NOTIFICATION_MILLISECONDS

        public static final long DEFAULT_NOTIFICATION_MILLISECONDS
        See Also:
        Constant Field Values
      • DEFAULT_PARALLEL_RUNNING_REQUESTS_CHECK_ENABLED

        public static final boolean DEFAULT_PARALLEL_RUNNING_REQUESTS_CHECK_ENABLED
        See Also:
        Constant Field Values
      • DEFAULT_PARALLEL_RUNNING_REQUESTS_BARRIER

        public static final int DEFAULT_PARALLEL_RUNNING_REQUESTS_BARRIER
        See Also:
        Constant Field Values
    • Constructor Detail

      • RequestTrackingManager

        public RequestTrackingManager()