Interface IContextProvider
This can be injected into command handlers to obtain additional context information from the trigger - for example how many times a message
has been dequeued.
Care should be taken not to overuse this as it effectively binds the handler to an explicit host / message type implementation and ideally these
concerns are kept separate.
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IContextProvider
Properties
|
Improve this Doc
View Source
BlobContext
Declaration
BlobContext BlobContext { get; }
Property Value
|
Improve this Doc
View Source
EventHubContext
Declaration
EventHubContext EventHubContext { get; }
Property Value
|
Improve this Doc
View Source
ExecutionContext
Declaration
ExecutionContext ExecutionContext { get; }
Property Value
|
Improve this Doc
View Source
HttpContext
Declaration
HttpContext HttpContext { get; }
Property Value
|
Improve this Doc
View Source
ServiceBusContext
Declaration
ServiceBusContext ServiceBusContext { get; }
Property Value
|
Improve this Doc
View Source
StorageQueueContext
Declaration
StorageQueueContext StorageQueueContext { get; }
Property Value
Extension Methods