Interface IHystrixEventStream<E>
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Metric
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public interface IHystrixEventStream<out E> where E : IHystrixEvent
Type Parameters
E
Methods
Observe()
IObservable<out E> Observe()
Returns
- IObservable<E>