Interface IMediatorDecorator
Buffers Function Monkey from the underlying mediator implementation
Assembly: FunctionMonkey.Abstractions.dll
public interface IMediatorDecorator
Methods
|
Improve this Doc
View Source
Declaration
Task<TResult> RequestAsync<TResult>(object command, CancellationToken token)
Parameters
Type |
Name |
Description |
System.Object |
command |
|
CancellationToken |
token |
|
Returns
Type |
Description |
Task<TResult> |
|
Type Parameters
|
Improve this Doc
View Source
Declaration
Task SendAsync(object command, CancellationToken token)
Parameters
Type |
Name |
Description |
System.Object |
command |
|
CancellationToken |
token |
|
Returns
Extension Methods