Class AbpLocalEventBusOptions
Inheritance
object
AbpLocalEventBusOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus.Local
Assembly: Volo.Abp.EventBus.dll
Syntax
public class AbpLocalEventBusOptions
Constructors
AbpLocalEventBusOptions()
Declaration
public AbpLocalEventBusOptions()
Properties
Handlers
Declaration
public ITypeList<IEventHandler> Handlers { get; }
Property Value
| Type | Description |
|---|---|
| ITypeList<IEventHandler> |