Class AbpDistributedEventBusOptions
Inheritance
AbpDistributedEventBusOptions
Assembly: Volo.Abp.EventBus.dll
Syntax
public class AbpDistributedEventBusOptions
Constructors
AbpDistributedEventBusOptions()
Declaration
public AbpDistributedEventBusOptions()
Properties
Handlers
Declaration
public ITypeList<IEventHandler> Handlers { get; }
Property Value
Inboxes
Declaration
public InboxConfigDictionary Inboxes { get; }
Property Value
Outboxes
Declaration
public OutboxConfigDictionary Outboxes { get; }
Property Value
Extension Methods