Class AbpRabbitMqBackgroundJobOptions
Inheritance
object
AbpRabbitMqBackgroundJobOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BackgroundJobs.RabbitMQ
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
| Type | Description |
|---|---|
| string |
DefaultQueueNamePrefix
Declaration
public string DefaultQueueNamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JobQueues
Declaration
public Dictionary<Type, JobQueueConfiguration> JobQueues { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><System.Type, JobQueueConfiguration> |
PrefetchCount
Declaration
public ushort? PrefetchCount { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort? |