Interface IHystrixThreadPoolOptions
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixThreadPoolOptions
Properties
|
Edit this page
View Source
AllowMaximumSizeToDivergeFromCoreSize
Declaration
bool AllowMaximumSizeToDivergeFromCoreSize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
CoreSize
Declaration
int CoreSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
KeepAliveTimeMinutes
Declaration
int KeepAliveTimeMinutes { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MaximumSize
Declaration
int MaximumSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MaxQueueSize
Declaration
int MaxQueueSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingStatisticalWindowBuckets
Declaration
int MetricsRollingStatisticalWindowBuckets { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingStatisticalWindowInMilliseconds
Declaration
int MetricsRollingStatisticalWindowInMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
QueueSizeRejectionThreshold
Declaration
int QueueSizeRejectionThreshold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ThreadPoolKey
Declaration
IHystrixThreadPoolKey ThreadPoolKey { get; }
Property Value