Interface IHystrixCollapserOptions
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public interface IHystrixCollapserOptions
Properties
CollapserKey
IHystrixCollapserKey CollapserKey { get; set; }
Property Value
MaxRequestsInBatch
int MaxRequestsInBatch { get; set; }
Property Value
MetricsRollingPercentileBucketSize
int MetricsRollingPercentileBucketSize { get; set; }
Property Value
MetricsRollingPercentileEnabled
bool MetricsRollingPercentileEnabled { get; set; }
Property Value
MetricsRollingPercentileWindowBuckets
int MetricsRollingPercentileWindowBuckets { get; set; }
Property Value
MetricsRollingPercentileWindowInMilliseconds
int MetricsRollingPercentileWindowInMilliseconds { get; set; }
Property Value
MetricsRollingStatisticalWindowBuckets
int MetricsRollingStatisticalWindowBuckets { get; set; }
Property Value
MetricsRollingStatisticalWindowInMilliseconds
int MetricsRollingStatisticalWindowInMilliseconds { get; set; }
Property Value
RequestCacheEnabled
bool RequestCacheEnabled { get; set; }
Property Value
Scope
RequestCollapserScope Scope { get; set; }
Property Value
TimerDelayInMilliseconds
int TimerDelayInMilliseconds { get; set; }