Table of Contents

Class RedisWorkflowExtensions

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

DI extensions for the Redis transport.

public static class RedisWorkflowExtensions
Inheritance
RedisWorkflowExtensions
Inherited Members

Methods

AddRedisWorkflowDispatcher(IServiceCollection, Action<RedisWorkflowOptions>?)

Registers Redis-backed dispatcher, worker service, and dead-letter sink.

public static IServiceCollection AddRedisWorkflowDispatcher(this IServiceCollection services, Action<RedisWorkflowOptions>? configure = null)

Parameters

services IServiceCollection

The service collection.

configure Action<RedisWorkflowOptions>

Optional options configuration.

Returns

IServiceCollection