Class RequestCollapser<BatchReturnType, RequestResponseType, RequestArgumentType>
Inheritance
System.Object
RequestCollapser<BatchReturnType, RequestResponseType, RequestArgumentType>
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class RequestCollapser<BatchReturnType, RequestResponseType, RequestArgumentType> : object
Type Parameters
Name |
Description |
BatchReturnType |
|
RequestResponseType |
|
RequestArgumentType |
|
Properties
|
Edit this page
View Source
Batch
Declaration
public AtomicReference<RequestBatch<BatchReturnType, RequestResponseType, RequestArgumentType>> Batch { get; }
Property Value
|
Edit this page
View Source
Properties
Declaration
public IHystrixCollapserOptions Properties { get; }
Property Value
Methods
|
Edit this page
View Source
Shutdown()
Declaration
|
Edit this page
View Source
SubmitRequest(RequestArgumentType, CancellationToken)
Declaration
public CollapsedRequest<RequestResponseType, RequestArgumentType> SubmitRequest(RequestArgumentType arg, CancellationToken token)
Parameters
Type |
Name |
Description |
RequestArgumentType |
arg |
|
CancellationToken |
token |
|
Returns