Class HystrixThreadPoolCompletionStream
Inheritance
System.Object
HystrixThreadPoolCompletionStream
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixThreadPoolCompletionStream : object, IHystrixEventStream<HystrixCommandCompletion>
Methods
|
Edit this page
View Source
GetInstance(IHystrixThreadPoolKey)
Declaration
public static HystrixThreadPoolCompletionStream GetInstance(IHystrixThreadPoolKey threadPoolKey)
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