Class HystrixThreadEventStream
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Metric
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class HystrixThreadEventStream
- Inheritance
-
HystrixThreadEventStream
- Inherited Members
Methods
CollapserBatchExecuted(IHystrixCollapserKey, int)
public void CollapserBatchExecuted(IHystrixCollapserKey collapserKey, int batchSize)
Parameters
collapserKeyIHystrixCollapserKeybatchSizeint
CollapserResponseFromCache(IHystrixCollapserKey)
public void CollapserResponseFromCache(IHystrixCollapserKey collapserKey)
Parameters
collapserKeyIHystrixCollapserKey
CommandExecutionStarted(IHystrixCommandKey, IHystrixThreadPoolKey, ExecutionIsolationStrategy, int)
public void CommandExecutionStarted(IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey, ExecutionIsolationStrategy isolationStrategy, int currentConcurrency)
Parameters
commandKeyIHystrixCommandKeythreadPoolKeyIHystrixThreadPoolKeyisolationStrategyExecutionIsolationStrategycurrentConcurrencyint
ExecutionDone(ExecutionResult, IHystrixCommandKey, IHystrixThreadPoolKey)
public void ExecutionDone(ExecutionResult executionResult, IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey)
Parameters
executionResultExecutionResultcommandKeyIHystrixCommandKeythreadPoolKeyIHystrixThreadPoolKey
GetInstance()
public static HystrixThreadEventStream GetInstance()
Returns
Shutdown()
public void Shutdown()
ToString()
public override string ToString()