Table of Contents

Class HystrixCommandStartStream

Namespace
Steeltoe.CircuitBreaker.Hystrix.Metric
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Write(HystrixCommandExecutionStarted)

public void Write(HystrixCommandExecutionStarted @event)

Parameters

event HystrixCommandExecutionStarted