Class AbpDistributedEventBusOptions
Inheritance
System.Object
AbpDistributedEventBusOptions
Namespace: Volo.Abp.EventBus.Distributed
Assembly: Volo.Abp.EventBus.dll
Syntax
public class AbpDistributedEventBusOptions : object
Constructors
AbpDistributedEventBusOptions()
Declaration
public AbpDistributedEventBusOptions()
Properties
Handlers
Declaration
public ITypeList<IEventHandler> Handlers { get; }
Property Value
Type | Description |
---|---|
ITypeList<IEventHandler> |