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