Class AbpEventBusBoxesOptions
Inheritance
object
AbpEventBusBoxesOptions
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 AbpEventBusBoxesOptions
Constructors
AbpEventBusBoxesOptions()
Declaration
public AbpEventBusBoxesOptions()
Properties
BatchPublishOutboxEvents
Declaration
public bool BatchPublishOutboxEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
CleanOldEventTimeIntervalSpan
Declaration
public TimeSpan CleanOldEventTimeIntervalSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
DistributedLockWaitDuration
Declaration
public TimeSpan DistributedLockWaitDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
InboxWaitingEventMaxCount
Declaration
public int InboxWaitingEventMaxCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
OutboxWaitingEventMaxCount
Declaration
public int OutboxWaitingEventMaxCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PeriodTimeSpan
Declaration
public TimeSpan PeriodTimeSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
WaitTimeToDeleteProcessedInboxEvents
Declaration
public TimeSpan WaitTimeToDeleteProcessedInboxEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |