Class HystrixCommandCompletionStream
Inheritance
System.Object
HystrixCommandCompletionStream
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixCommandCompletionStream : object, IHystrixEventStream<HystrixCommandCompletion>
Methods
|
Edit this page
View Source
GetInstance(IHystrixCommandKey)
Declaration
public static HystrixCommandCompletionStream GetInstance(IHystrixCommandKey commandKey)
Parameters
Returns
|
Edit this page
View Source
Observe()
Declaration
public IObservable<HystrixCommandCompletion> 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(HystrixCommandCompletion)
Declaration
public void Write(HystrixCommandCompletion event)
Parameters
Implements