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