Class AbpDistributedEventBusOptions
Inheritance
object
AbpDistributedEventBusOptions
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.Distributed
Assembly: Volo.Abp.EventBus.dll
Syntax
public class AbpDistributedEventBusOptions
Constructors
AbpDistributedEventBusOptions()
Declaration
public AbpDistributedEventBusOptions()
Properties
Handlers
Declaration
public ITypeList<IEventHandler> Handlers { get; }
Property Value
| Type | Description |
|---|---|
| ITypeList<IEventHandler> |
Inboxes
Declaration
public InboxConfigDictionary Inboxes { get; }
Property Value
| Type | Description |
|---|---|
| InboxConfigDictionary |
Outboxes
Declaration
public OutboxConfigDictionary Outboxes { get; }
Property Value
| Type | Description |
|---|---|
| OutboxConfigDictionary |