Class JobQueueConfiguration
Inheritance
System.Object
JobQueueConfiguration
Assembly: Volo.Abp.BackgroundJobs.RabbitMQ.dll
Syntax
public class JobQueueConfiguration : QueueDeclareConfiguration
Constructors
JobQueueConfiguration(Type, String, String, Boolean, Boolean, Boolean)
Declaration
public JobQueueConfiguration(Type jobArgsType, string queueName, string connectionName = null, bool durable = true, bool exclusive = false, bool autoDelete = false)
Parameters
Type |
Name |
Description |
Type |
jobArgsType |
|
System.String |
queueName |
|
System.String |
connectionName |
|
System.Boolean |
durable |
|
System.Boolean |
exclusive |
|
System.Boolean |
autoDelete |
|
Properties
ConnectionName
Declaration
public string ConnectionName { get; set; }
Property Value
Type |
Description |
System.String |
|
JobArgsType
Declaration
public Type JobArgsType { get; }
Property Value
Extension Methods