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