Namespace JD.AI.Workflows.Distributed.Redis
Classes
- RedisDeadLetterSink
Dead-letter sink that writes failed items to a Redis List.
- RedisWorkflowDispatcher
Dispatches WorkflowWorkItem instances to a Redis Stream.
- RedisWorkflowExtensions
DI extensions for the Redis transport.
- RedisWorkflowOptions
Options for connecting to Redis for distributed workflow dispatch.
- RedisWorkflowWorkerService
Reads from a Redis Stream consumer group and delegates execution to IWorkflowWorker. Dead-letters items that exceed MaxDeliveryCount.