Class HystrixRequestContextMiddleware
Inheritance
System.Object
HystrixRequestContextMiddleware
Assembly: Steeltoe.CircuitBreaker.HystrixCore.dll
Syntax
public class HystrixRequestContextMiddleware : object
Constructors
|
Edit this page
View Source
HystrixRequestContextMiddleware(RequestDelegate, IApplicationLifetime)
Declaration
public HystrixRequestContextMiddleware(RequestDelegate next, IApplicationLifetime applicationLifetime)
Parameters
Type |
Name |
Description |
RequestDelegate |
next |
|
IApplicationLifetime |
applicationLifetime |
|
Methods
|
Edit this page
View Source
Invoke(HttpContext)
Declaration
public async Task Invoke(HttpContext context)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
Returns