Interface IHystrixObservable
Namespace: Steeltoe.CircuitBreaker.Hystrix
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixObservable : IHystrixInvokable
Methods
| Edit this page View SourceObserve()
Declaration
IObservable<Unit> Observe()
Returns
Type | Description |
---|---|
IObservable<Unit> |
ToObservable()
Declaration
IObservable<Unit> ToObservable()
Returns
Type | Description |
---|---|
IObservable<Unit> |