Class OndemandHystrixCommandConfiguration
- java.lang.Object
-
- de.hybris.platform.integration.commons.hystrix.OndemandHystrixCommandConfiguration
-
public class OndemandHystrixCommandConfiguration extends java.lang.ObjectConfiguration used to define the thread group key, the thread pool size, and the timeout for the overall operation of a HystrixCommand thread.
-
-
Constructor Summary
Constructors Constructor Description OndemandHystrixCommandConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGroupKey()intgetThreadPoolSize()intgetThreadTimeout()voidsetGroupKey(java.lang.String groupKey)voidsetThreadPoolSize(int threadPoolSize)voidsetThreadTimeout(int threadTimeout)
-
-
-
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)
-
-