Interface IOutputBindingConverter
If an output converter is registered it will be called before the result of executing a command is passed into an output collector allowing the result to be shaped into a different result.
This can be useful to keep protocol concerns out of the business domain or to help migrate an existing business domain into Azure Functions
Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IOutputBindingConverter
Methods
| Improve this Doc View SourceConvert(Object, Object)
Declaration
object Convert(object originatingCommand, object input)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | originatingCommand | |
| System.Object | input |
Returns
| Type | Description |
|---|---|
| System.Object |