Table of Contents

Interface ICollapsedRequest<RequestResponseType, RequestArgumentType>

Namespace
Steeltoe.CircuitBreaker
Assembly
Steeltoe.CircuitBreaker.Abstractions.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