Class HystrixCommandStartStream
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Metric
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public class HystrixCommandStartStream : IHystrixEventStream<HystrixCommandExecutionStarted>
- Inheritance
-
HystrixCommandStartStream
- Implements
- Inherited Members
Methods
GetInstance(IHystrixCommandKey)
public static HystrixCommandStartStream GetInstance(IHystrixCommandKey commandKey)
Parameters
commandKey
IHystrixCommandKey
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)