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