Interface IHystrixExecutable
Namespace: Steeltoe.CircuitBreaker.Hystrix
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixExecutable : IHystrixObservable, IHystrixInvokable
Methods
| Edit this page View SourceExecute()
Declaration
void Execute()
ExecuteAsync()
Declaration
Task ExecuteAsync()
Returns
Type | Description |
---|---|
Task |