Class InboxConfig
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
Constructors
InboxConfig(string)
Declaration
public InboxConfig(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
DatabaseName
Declaration
public string DatabaseName { get; set; }
Property Value
EventSelector
Declaration
public Func<Type, bool>? EventSelector { get; set; }
Property Value
HandlerSelector
Declaration
public Func<Type, bool>? HandlerSelector { get; set; }
Property Value
ImplementationType
Declaration
public Type ImplementationType { get; set; }
Property Value
IsProcessingEnabled
Declaration
public bool IsProcessingEnabled { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Extension Methods