Class AbpRabbitMqBackgroundJobOptions
Inheritance
System.Object
AbpRabbitMqBackgroundJobOptions
Namespace: Volo.Abp.BackgroundJobs.RabbitMQ
Assembly: Volo.Abp.BackgroundJobs.RabbitMQ.dll
Syntax
public class AbpRabbitMqBackgroundJobOptions : object
Constructors
AbpRabbitMqBackgroundJobOptions()
Declaration
public AbpRabbitMqBackgroundJobOptions()
Properties
DefaultQueueNamePrefix
Default value: "AbpBackgroundJobs.".
Declaration
public string DefaultQueueNamePrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JobQueues
Key: Job Args Type
Declaration
public Dictionary<Type, JobQueueConfiguration> JobQueues { get; }
Property Value
Type | Description |
---|---|
Dictionary<Type, JobQueueConfiguration> |