Class OutboxConfig
Inheritance
object
OutboxConfig
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 OutboxConfig
Constructors
OutboxConfig(string)
Declaration
public OutboxConfig(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Properties
ImplementationType
Declaration
public Type ImplementationType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
IsSendingEnabled
Declaration
public bool IsSendingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Selector
Declaration
public Func<Type, bool> Selector { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T, TResult><System.Type, bool> |