Class HystrixThreadEventStream
Inheritance
System.Object
HystrixThreadEventStream
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixThreadEventStream : object
Methods
|
Edit this page
View Source
CollapserBatchExecuted(IHystrixCollapserKey, Int32)
Declaration
public void CollapserBatchExecuted(IHystrixCollapserKey collapserKey, int batchSize)
Parameters
|
Edit this page
View Source
CollapserResponseFromCache(IHystrixCollapserKey)
Declaration
public void CollapserResponseFromCache(IHystrixCollapserKey collapserKey)
Parameters
|
Edit this page
View Source
CommandExecutionStarted(IHystrixCommandKey, IHystrixThreadPoolKey, ExecutionIsolationStrategy, Int32)
Declaration
public void CommandExecutionStarted(IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey, ExecutionIsolationStrategy isolationStrategy, int currentConcurrency)
Parameters
|
Edit this page
View Source
ExecutionDone(ExecutionResult, IHystrixCommandKey, IHystrixThreadPoolKey)
Declaration
public void ExecutionDone(ExecutionResult executionResult, IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey)
Parameters
|
Edit this page
View Source
GetInstance()
Declaration
public static HystrixThreadEventStream GetInstance()
Returns
|
Edit this page
View Source
Shutdown()
Declaration
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|