Class HystrixRequestContextMiddleware
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixCore.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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