Table of Contents

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

Methods

Invoke(HttpContext)

public Task Invoke(HttpContext context)

Parameters

context HttpContext

Returns

Task