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
Exception
Exception Exception { get; set; }
Property Value
Response
RequestResponseType Response { get; set; }
Property Value
- RequestResponseType