Class AbpEventBusBoxesOptions
Inheritance
AbpEventBusBoxesOptions
Assembly: Volo.Abp.EventBus.dll
Syntax
public class AbpEventBusBoxesOptions
Constructors
AbpEventBusBoxesOptions()
Declaration
public AbpEventBusBoxesOptions()
Properties
Declaration
public bool BatchPublishOutboxEvents { get; set; }
Property Value
CleanOldEventTimeIntervalSpan
Declaration
public TimeSpan CleanOldEventTimeIntervalSpan { get; set; }
Property Value
DistributedLockWaitDuration
Declaration
public TimeSpan DistributedLockWaitDuration { get; set; }
Property Value
InboxWaitingEventMaxCount
Declaration
public int InboxWaitingEventMaxCount { get; set; }
Property Value
OutboxWaitingEventMaxCount
Declaration
public int OutboxWaitingEventMaxCount { get; set; }
Property Value
PeriodTimeSpan
Declaration
public TimeSpan PeriodTimeSpan { get; set; }
Property Value
WaitTimeToDeleteProcessedInboxEvents
Declaration
public TimeSpan WaitTimeToDeleteProcessedInboxEvents { get; set; }
Property Value
Extension Methods