Namespace FunctionMonkey.Commanding.Abstractions
Classes
IgnorePropertyAttribute
SignalRNegotiateResponse
Interfaces
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
IStreamCommand
If a command implements this interface then when its handler is executed it will have the Stream property set to the input of the function that was triggered with the stream. For example a blob triggered function.
This can be useful when you want to handle large blobs or the content of the blob is not known in advance.