Table of Contents

Class HystrixThreadPoolStartStream

Namespace
Steeltoe.CircuitBreaker.Hystrix.Metric
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public class HystrixThreadPoolStartStream : IHystrixEventStream<HystrixCommandExecutionStarted>
Inheritance
HystrixThreadPoolStartStream
Implements
Inherited Members

Methods

GetInstance(IHystrixThreadPoolKey)

public static HystrixThreadPoolStartStream GetInstance(IHystrixThreadPoolKey threadPoolKey)

Parameters

threadPoolKey IHystrixThreadPoolKey

Returns

HystrixThreadPoolStartStream

Observe()

public IObservable<HystrixCommandExecutionStarted> Observe()

Returns

IObservable<HystrixCommandExecutionStarted>

Reset()

public static void Reset()

ToString()

public override string ToString()

Returns

string

Write(HystrixCommandExecutionStarted)

public void Write(HystrixCommandExecutionStarted @event)

Parameters

event HystrixCommandExecutionStarted