Table of Contents

Class HystrixThreadPoolCompletionStream

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

Methods

GetInstance(IHystrixThreadPoolKey)

public static HystrixThreadPoolCompletionStream GetInstance(IHystrixThreadPoolKey threadPoolKey)

Parameters

threadPoolKey IHystrixThreadPoolKey

Returns

HystrixThreadPoolCompletionStream

Observe()

public IObservable<HystrixCommandCompletion> Observe()

Returns

IObservable<HystrixCommandCompletion>

Reset()

public static void Reset()

ToString()

public override string ToString()

Returns

string

Write(HystrixCommandCompletion)

public void Write(HystrixCommandCompletion @event)

Parameters

event HystrixCommandCompletion