Annotation Type RequestThrottler.Config

Enclosing class:
RequestThrottler

public static @interface RequestThrottler.Config
  • Element Details

    • filtered_paths

      String[] filtered_paths
    • max_requests_per_minute

      int max_requests_per_minute
      Default:
      60
    • start_throttling_percentage

      int start_throttling_percentage
      Default:
      70
    • reject_on_throttle

      boolean reject_on_throttle
      Default:
      false
    • http_status_on_reject

      int http_status_on_reject
      Default:
      503
    • webconsole_configurationFactory_nameHint

      String webconsole_configurationFactory_nameHint
      Default:
      "{filtered.paths}"