Class HystrixThreadPoolStartStream
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Metric
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public class HystrixThreadPoolStartStream : IHystrixEventStream<HystrixCommandExecutionStarted>
- Inheritance
-
HystrixThreadPoolStartStream
- Implements
- Inherited Members
Methods
GetInstance(IHystrixThreadPoolKey)
public static HystrixThreadPoolStartStream GetInstance(IHystrixThreadPoolKey threadPoolKey)
Parameters
threadPoolKey
IHystrixThreadPoolKey
Returns
Observe()
public IObservable<HystrixCommandExecutionStarted> Observe()
Returns
Reset()
public static void Reset()
ToString()
public override string ToString()
Returns
Write(HystrixCommandExecutionStarted)
public void Write(HystrixCommandExecutionStarted @event)