Class AbpRabbitMqBackgroundJobOptions
Inheritance
AbpRabbitMqBackgroundJobOptions
Assembly: Volo.Abp.BackgroundJobs.RabbitMQ.dll
Syntax
public class AbpRabbitMqBackgroundJobOptions
Constructors
AbpRabbitMqBackgroundJobOptions()
Declaration
public AbpRabbitMqBackgroundJobOptions()
Properties
DefaultDelayedQueueNamePrefix
Declaration
public string DefaultDelayedQueueNamePrefix { get; set; }
Property Value
DefaultQueueNamePrefix
Declaration
public string DefaultQueueNamePrefix { get; set; }
Property Value
JobQueues
Declaration
public Dictionary<Type, JobQueueConfiguration> JobQueues { get; }
Property Value
PrefetchCount
Declaration
public ushort? PrefetchCount { get; set; }
Property Value
Extension Methods