Class HystrixRequestContextMiddlewareOwin
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixCore.dll
public class HystrixRequestContextMiddlewareOwin
- Inheritance
-
HystrixRequestContextMiddlewareOwin
- Inherited Members
Constructors
HystrixRequestContextMiddlewareOwin(Func<IDictionary<string, object>, Task>)
public HystrixRequestContextMiddlewareOwin(Func<IDictionary<string, object>, Task> next)
Parameters
next
Func<IDictionary<string, object>, Task>
Methods
Invoke(IDictionary<string, object>)
public Task Invoke(IDictionary<string, object> environment)
Parameters
environment
IDictionary<string, object>