Class EventBusOptions
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
RedisConnectionString
Redis connection string. Required when Provider is "Redis".
public string? RedisConnectionString { get; set; }