Class SystemPropertiesConfig


  • public class SystemPropertiesConfig
    extends java.lang.Object
    • Constructor Detail

      • SystemPropertiesConfig

        public SystemPropertiesConfig()
    • Method Detail

      • getPrefixedPropertyName

        public static java.lang.String getPrefixedPropertyName​(java.lang.String prop)
      • getHttpDelay

        public static long getHttpDelay()
        Custom delay in milliseconds before an HTTP request goes through. Used by DelayRequestInterceptor
      • getHttpRetries

        public static int getHttpRetries()
        Number of http call retries in case of a 5XX response code
      • getHttpRetriesDelay

        public static int getHttpRetriesDelay()
        The delay in milliseconds between http retries
      • isHttpLogRetries

        public static boolean isHttpLogRetries()
        Whether to log or not http request retries
      • getHttpRetriesErrorCodes

        public static java.util.Collection<java.lang.Integer> getHttpRetriesErrorCodes()
        Comma-separated list of http response codes for which to retry the request If empty, all 5XX error codes will be retried