Interface IHystrixThreadPoolOptions
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public interface IHystrixThreadPoolOptions
Properties
AllowMaximumSizeToDivergeFromCoreSize
bool AllowMaximumSizeToDivergeFromCoreSize { get; set; }
Property Value
CoreSize
int CoreSize { get; set; }
Property Value
KeepAliveTimeMinutes
int KeepAliveTimeMinutes { get; set; }
Property Value
MaxQueueSize
int MaxQueueSize { get; set; }
Property Value
MaximumSize
int MaximumSize { get; set; }
Property Value
MetricsRollingStatisticalWindowBuckets
int MetricsRollingStatisticalWindowBuckets { get; set; }
Property Value
MetricsRollingStatisticalWindowInMilliseconds
int MetricsRollingStatisticalWindowInMilliseconds { get; set; }
Property Value
QueueSizeRejectionThreshold
int QueueSizeRejectionThreshold { get; set; }
Property Value
ThreadPoolKey
IHystrixThreadPoolKey ThreadPoolKey { get; }