Class JobQueueConfiguration
Inheritance
JobQueueConfiguration
Assembly: Volo.Abp.BackgroundJobs.RabbitMQ.dll
Syntax
public class JobQueueConfiguration : QueueDeclareConfiguration
Constructors
JobQueueConfiguration(Type, string, string, string?, bool, bool, bool, ushort?)
Declaration
public JobQueueConfiguration(Type jobArgsType, string queueName, string delayedQueueName, string? connectionName = null, bool durable = true, bool exclusive = false, bool autoDelete = false, ushort? prefetchCount = null)
Parameters
Properties
ConnectionName
Declaration
public string? ConnectionName { get; set; }
Property Value
DelayedQueueName
Declaration
public string DelayedQueueName { get; set; }
Property Value
JobArgsType
Declaration
public Type JobArgsType { get; }
Property Value
Methods
DeclareDelayed(IModel)
Declaration
public virtual QueueDeclareOk DeclareDelayed(IModel channel)
Parameters
Type |
Name |
Description |
IModel |
channel |
|
Returns
Type |
Description |
QueueDeclareOk |
|
Extension Methods