Table of Contents

Interface IHystrixThreadPoolOptions

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public interface IHystrixThreadPoolOptions

Properties

AllowMaximumSizeToDivergeFromCoreSize

bool AllowMaximumSizeToDivergeFromCoreSize { get; set; }

Property Value

bool

CoreSize

int CoreSize { get; set; }

Property Value

int

KeepAliveTimeMinutes

int KeepAliveTimeMinutes { get; set; }

Property Value

int

MaxQueueSize

int MaxQueueSize { get; set; }

Property Value

int

MaximumSize

int MaximumSize { get; set; }

Property Value

int

MetricsRollingStatisticalWindowBuckets

int MetricsRollingStatisticalWindowBuckets { get; set; }

Property Value

int

MetricsRollingStatisticalWindowInMilliseconds

int MetricsRollingStatisticalWindowInMilliseconds { get; set; }

Property Value

int

QueueSizeRejectionThreshold

int QueueSizeRejectionThreshold { get; set; }

Property Value

int

ThreadPoolKey

IHystrixThreadPoolKey ThreadPoolKey { get; }

Property Value

IHystrixThreadPoolKey