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