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
servicesIServiceCollectionThe service collection.
configureAction<RedisWorkflowOptions>Optional options configuration.