Show / Hide Table of Contents

Class JobQueueConfiguration

Inheritance
System.Object
QueueDeclareConfiguration
JobQueueConfiguration
Inherited Members
QueueDeclareConfiguration.QueueName
QueueDeclareConfiguration.Durable
QueueDeclareConfiguration.Exclusive
QueueDeclareConfiguration.AutoDelete
QueueDeclareConfiguration.Arguments
QueueDeclareConfiguration.Declare(IModel)
Namespace: Volo.Abp.BackgroundJobs.RabbitMQ
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
Type Description
Type

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft