Table of Contents

Class ServiceBusWorkflowExtensions

Namespace
JD.AI.Workflows.Distributed.AzureServiceBus
Assembly
JD.AI.Workflows.Distributed.dll

DI extensions for Azure Service Bus transport.

public static class ServiceBusWorkflowExtensions
Inheritance
ServiceBusWorkflowExtensions
Inherited Members

Methods

AddAzureServiceBusWorkflowDispatcher(IServiceCollection, Action<ServiceBusWorkflowOptions>)

Registers the Azure Service Bus dispatcher and worker service.

public static IServiceCollection AddAzureServiceBusWorkflowDispatcher(this IServiceCollection services, Action<ServiceBusWorkflowOptions> configure)

Parameters

services IServiceCollection

The service collection.

configure Action<ServiceBusWorkflowOptions>

Options configuration callback.

Returns

IServiceCollection