public static class HystrixTimerThreadPoolProperties.Setter
extends java.lang.Object
See HystrixPropertiesStrategy
for more information on order of precedence.
Example:
HystrixTimerThreadPoolProperties.Setter()
.withCoreSize(10);
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCoreSize() |
HystrixTimerThreadPoolProperties.Setter |
withCoreSize(int value) |
public java.lang.Integer getCoreSize()
public HystrixTimerThreadPoolProperties.Setter withCoreSize(int value)