Controllers

This package contains interfaces and classes used to create controllers that do operations via the Azure Function protocol.

Interfaces

IAzureFunctionController

An interface that allows to integrate Azure Function services into Azure Function containers and connect their actions to the function calls.


Classes

AzureFunctionAction

Defines some fields such as action, cmd and schema.

AzureFunctionController

Abstract service that receives remove calls via the Azure Function protocol.

CommandableAzureFunctionController

Abstract service that receives commands via the Azure Function protocol to operations automatically generated for commands defined in ICommandable components.