Show / Hide Table of Contents

Interface IEventHubFunctionBuilder

Provides an interface that allows commands to be mapped to event hubs

Namespace: FunctionMonkey.Abstractions.Builders
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IEventHubFunctionBuilder

Methods

| Improve this Doc View Source

EventHubFunction<TCommand>(String)

Associate an event hub with a given command type

Declaration
IEventHubFunctionOptionBuilder<TCommand> EventHubFunction<TCommand>(string eventHubName)
Parameters
Type Name Description
System.String eventHubName

The name of the event hub

Returns
Type Description
IEventHubFunctionOptionBuilder<TCommand>
Type Parameters
Name Description
TCommand

The type of the command

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Methods
    • EventHubFunction<TCommand>(String)
  • Extension Methods
Back to top Copyright © 2018 James Randall