Table of Contents

Interface ICollapsedRequest<RequestResponseType, RequestArgumentType>

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public interface ICollapsedRequest<RequestResponseType, RequestArgumentType>

Type Parameters

RequestResponseType
RequestArgumentType

Properties

Argument

RequestArgumentType Argument { get; }

Property Value

RequestArgumentType

Complete

bool Complete { get; set; }

Property Value

bool

Exception

Exception Exception { get; set; }

Property Value

Exception

Response

RequestResponseType Response { get; set; }

Property Value

RequestResponseType