Table of Contents

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

HystrixCommandCompletionStream

Observe()

public IObservable<HystrixCommandCompletion> Observe()

Returns

IObservable<HystrixCommandCompletion>

Reset()

public static void Reset()

ToString()

public override string ToString()

Returns

string

Write(HystrixCommandCompletion)

public void Write(HystrixCommandCompletion @event)

Parameters

event HystrixCommandCompletion