Class RuleHandleConstants


  • public final class RuleHandleConstants
    extends java.lang.Object
    The Constants for RuleHandles.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_LOAD_BALANCE

        public static final LoadBalanceEnum DEFAULT_LOAD_BALANCE
        Default load balance for RuleHandle.
      • DEFAULT_TIMEOUT

        public static final long DEFAULT_TIMEOUT
        Default timeout for RuleHandle.
        See Also:
        Constant Field Values
      • DEFAULT_RETRIES

        public static final int DEFAULT_RETRIES
        Default retries for RuleHandle.
        See Also:
        Constant Field Values
      • DEFAULT_RETRY

        public static final int DEFAULT_RETRY
        Default retry for RuleHandle.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RuleHandleConstants

        public RuleHandleConstants()