public abstract class HystrixTimerThreadPoolProperties
extends java.lang.Object
Default implementation of methods uses Archaius (https://github.com/Netflix/archaius)
Modifier and Type | Class and Description |
---|---|
static class |
HystrixTimerThreadPoolProperties.Setter
Fluent interface that allows chained setting of properties.
|
Modifier | Constructor and Description |
---|---|
protected |
HystrixTimerThreadPoolProperties() |
protected |
HystrixTimerThreadPoolProperties(HystrixTimerThreadPoolProperties.Setter setter) |
Modifier and Type | Method and Description |
---|---|
HystrixProperty<java.lang.Integer> |
getCorePoolSize() |
static HystrixTimerThreadPoolProperties.Setter |
Setter()
Factory method to retrieve the default Setter.
|
protected HystrixTimerThreadPoolProperties()
protected HystrixTimerThreadPoolProperties(HystrixTimerThreadPoolProperties.Setter setter)
public HystrixProperty<java.lang.Integer> getCorePoolSize()
public static HystrixTimerThreadPoolProperties.Setter Setter()