Show / Hide Table of Contents

Interface ICommandWithNoHandler

This interface can be used to signify that a command has no handler and therefore shouldn't be dispatched. This is useful if you want to accept and validate a payload and route it directly to an output binding

Namespace: FunctionMonkey.Commanding.Abstractions
Assembly: FunctionMonkey.Commanding.Abstractions.dll
Syntax
public interface ICommandWithNoHandler : ICommand

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