Show / Hide Table of Contents

Interface IMediatorDecorator

Buffers Function Monkey from the underlying mediator implementation

Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IMediatorDecorator

Methods

| Improve this Doc View Source

RequestAsync<TResult>(Object, CancellationToken)

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
Name Description
TResult
| Improve this Doc View Source

SendAsync(Object, CancellationToken)

Declaration
Task SendAsync(object command, CancellationToken token)
Parameters
Type Name Description
System.Object command
CancellationToken token
Returns
Type Description
Task

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall