Class OndemandHystrixCommandConfiguration


  • public class OndemandHystrixCommandConfiguration
    extends java.lang.Object
    Configuration used to define the thread group key, the thread pool size, and the timeout for the overall operation of a HystrixCommand thread.
    • Constructor Detail

      • OndemandHystrixCommandConfiguration

        public OndemandHystrixCommandConfiguration()
    • Method Detail

      • getGroupKey

        public java.lang.String getGroupKey()
      • setGroupKey

        public void setGroupKey​(java.lang.String groupKey)
      • getThreadTimeout

        public int getThreadTimeout()
      • setThreadTimeout

        public void setThreadTimeout​(int threadTimeout)
      • getThreadPoolSize

        public int getThreadPoolSize()
      • setThreadPoolSize

        public void setThreadPoolSize​(int threadPoolSize)