Table of Contents

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

HystrixCommandStartStream

Observe()

public IObservable<HystrixCommandExecutionStarted> Observe()

Returns

IObservable<HystrixCommandExecutionStarted>

Reset()

public static void Reset()

ToString()

public override string ToString()

Returns

string

Write(HystrixCommandExecutionStarted)

public void Write(HystrixCommandExecutionStarted @event)

Parameters

event HystrixCommandExecutionStarted