Class HystrixRequestContextMiddlewareOwin
Inheritance
System.Object
HystrixRequestContextMiddlewareOwin
Assembly: Steeltoe.CircuitBreaker.HystrixCore.dll
Syntax
public class HystrixRequestContextMiddlewareOwin : object
Constructors
|
Edit this page
View Source
HystrixRequestContextMiddlewareOwin(Func<IDictionary<String, Object>, Task>)
Declaration
public HystrixRequestContextMiddlewareOwin(Func<IDictionary<string, object>, Task> next)
Parameters
Type |
Name |
Description |
Func<IDictionary<System.String, System.Object>, Task> |
next |
|
Methods
|
Edit this page
View Source
Invoke(IDictionary<String, Object>)
Declaration
public async Task Invoke(IDictionary<string, object> environment)
Parameters
Type |
Name |
Description |
IDictionary<System.String, System.Object> |
environment |
|
Returns