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
servicesIServiceCollectionThe service collection.
configureAction<ServiceBusWorkflowOptions>Options configuration callback.