Class HystrixRequestContextMiddleware
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixCore.dll
public class HystrixRequestContextMiddleware
- Inheritance
-
HystrixRequestContextMiddleware
- Inherited Members
Constructors
HystrixRequestContextMiddleware(RequestDelegate, IApplicationLifetime)
public HystrixRequestContextMiddleware(RequestDelegate next, IApplicationLifetime applicationLifetime)
Parameters
next
RequestDelegateapplicationLifetime
IApplicationLifetime
Methods
Invoke(HttpContext)
public Task Invoke(HttpContext context)
Parameters
context
HttpContext