Table of Contents

Class EventBusOptions

Namespace
JD.AI.Core.Events
Assembly
JD.AI.Core.dll

Configuration options for the event bus infrastructure.

public sealed class EventBusOptions
Inheritance
EventBusOptions
Inherited Members

Properties

Provider

The event bus provider: "InProcess" (default) or "Redis".

public string Provider { get; set; }

Property Value

string

RedisConnectionString

Redis connection string. Required when Provider is "Redis".

public string? RedisConnectionString { get; set; }

Property Value

string