Class RabbitMqMessageConsumerFactory
Inheritance
RabbitMqMessageConsumerFactory
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public class RabbitMqMessageConsumerFactory : IRabbitMqMessageConsumerFactory, ISingletonDependency, IDisposable
Constructors
RabbitMqMessageConsumerFactory(IServiceScopeFactory)
Declaration
public RabbitMqMessageConsumerFactory(IServiceScopeFactory serviceScopeFactory)
Parameters
Properties
ServiceScope
Declaration
protected IServiceScope ServiceScope { get; }
Property Value
Methods
Create(ExchangeDeclareConfiguration, QueueDeclareConfiguration, string?)
Declaration
public IRabbitMqMessageConsumer Create(ExchangeDeclareConfiguration exchange, QueueDeclareConfiguration queue, string? connectionName = null)
Parameters
Returns
Dispose()
Declaration
Implements
Extension Methods