Show / Hide Table of Contents

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.

Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IContextProvider

Properties

| Improve this Doc View Source

BlobContext

Declaration
BlobContext BlobContext { get; }
Property Value
Type Description
BlobContext
| Improve this Doc View Source

EventHubContext

Declaration
EventHubContext EventHubContext { get; }
Property Value
Type Description
EventHubContext
| Improve this Doc View Source

ExecutionContext

Declaration
ExecutionContext ExecutionContext { get; }
Property Value
Type Description
ExecutionContext
| Improve this Doc View Source

HttpContext

Declaration
HttpContext HttpContext { get; }
Property Value
Type Description
HttpContext
| Improve this Doc View Source

ServiceBusContext

Declaration
ServiceBusContext ServiceBusContext { get; }
Property Value
Type Description
ServiceBusContext
| Improve this Doc View Source

StorageQueueContext

Declaration
StorageQueueContext StorageQueueContext { get; }
Property Value
Type Description
StorageQueueContext

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall