Interface ICollapsedRequest<RequestResponseType, RequestArgumentType>
Assembly: Steeltoe.CircuitBreaker.Abstractions.dll
Syntax
public interface ICollapsedRequest<RequestResponseType, RequestArgumentType>
Type Parameters
Name |
Description |
RequestResponseType |
|
RequestArgumentType |
|
Properties
|
Edit this page
View Source
Argument
Declaration
RequestArgumentType Argument { get; }
Property Value
Type |
Description |
RequestArgumentType |
|
|
Edit this page
View Source
Complete
Declaration
bool Complete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Exception
Declaration
Exception Exception { get; set; }
Property Value
Type |
Description |
Exception |
|
|
Edit this page
View Source
Response
Declaration
RequestResponseType Response { get; set; }
Property Value
Type |
Description |
RequestResponseType |
|