Show / Hide Table of Contents

Class RabbitMqMessageConsumerFactory

Inheritance
System.Object
RabbitMqMessageConsumerFactory
Implements
IRabbitMqMessageConsumerFactory
ISingletonDependency
IDisposable
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public class RabbitMqMessageConsumerFactory : object, IRabbitMqMessageConsumerFactory, ISingletonDependency, IDisposable

Constructors

RabbitMqMessageConsumerFactory(IServiceScopeFactory)

Declaration
public RabbitMqMessageConsumerFactory(IServiceScopeFactory serviceScopeFactory)
Parameters
Type Name Description
IServiceScopeFactory serviceScopeFactory

Properties

ServiceScope

Declaration
protected IServiceScope ServiceScope { get; }
Property Value
Type Description
IServiceScope

Methods

Create(ExchangeDeclareConfiguration, QueueDeclareConfiguration, String)

Declaration
public IRabbitMqMessageConsumer Create(ExchangeDeclareConfiguration exchange, QueueDeclareConfiguration queue, string connectionName = null)
Parameters
Type Name Description
ExchangeDeclareConfiguration exchange
QueueDeclareConfiguration queue
System.String connectionName
Returns
Type Description
IRabbitMqMessageConsumer

Dispose()

Declaration
public void Dispose()

Implements

IRabbitMqMessageConsumerFactory
ISingletonDependency
IDisposable

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