Table of Contents

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 RequestDelegate
applicationLifetime IApplicationLifetime

Methods

Invoke(HttpContext)

public Task Invoke(HttpContext context)

Parameters

context HttpContext

Returns

Task