Class HystrixCommandStartStream
Inheritance
System.Object
HystrixCommandStartStream
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixCommandStartStream : object, IHystrixEventStream<HystrixCommandExecutionStarted>
Methods
|
Edit this page
View Source
GetInstance(IHystrixCommandKey)
Declaration
public static HystrixCommandStartStream GetInstance(IHystrixCommandKey commandKey)
Parameters
Returns
|
Edit this page
View Source
Observe()
Declaration
public IObservable<HystrixCommandExecutionStarted> Observe()
Returns
|
Edit this page
View Source
Reset()
Declaration
public static void Reset()
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
Write(HystrixCommandExecutionStarted)
Declaration
public void Write(HystrixCommandExecutionStarted event)
Parameters
Implements