Interface ICommandingConfigurator
Can be implemented by the class that implements IFunctionAppConfiguration to customize how the AzureFromTheTrenches.Commanding system is initialised.
Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface ICommandingConfigurator
Methods
| Improve this Doc View SourceAddCommanding(ICommandingDependencyResolverAdapter)
Implementations should add the commanding system within this method. See https://commanding.azurefromthetrenches.com for details
Declaration
ICommandRegistry AddCommanding(ICommandingDependencyResolverAdapter adapter)
Parameters
| Type | Name | Description |
|---|---|---|
| ICommandingDependencyResolverAdapter | adapter |
Returns
| Type | Description |
|---|---|
| ICommandRegistry |