Class ConsumerChannelRegistry
Inheritance
System.Object
ConsumerChannelRegistry
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public static class ConsumerChannelRegistry : object
Methods
|
Edit this page
View Source
GetConsumerChannel()
Declaration
public static RabbitMQ.Client.IModel GetConsumerChannel()
Returns
Type |
Description |
RabbitMQ.Client.IModel |
|
|
Edit this page
View Source
GetConsumerChannel(IConnectionFactory)
Declaration
public static RabbitMQ.Client.IModel GetConsumerChannel(IConnectionFactory connectionFactory)
Parameters
Returns
Type |
Description |
RabbitMQ.Client.IModel |
|
|
Edit this page
View Source
RegisterConsumerChannel(RabbitMQ.Client.IModel, IConnectionFactory, ILogger)
Declaration
public static void RegisterConsumerChannel(RabbitMQ.Client.IModel channel, IConnectionFactory connectionFactory, ILogger logger = null)
Parameters
Type |
Name |
Description |
RabbitMQ.Client.IModel |
channel |
|
IConnectionFactory |
connectionFactory |
|
ILogger |
logger |
|
|
Edit this page
View Source
UnRegisterConsumerChannel(ILogger)
Declaration
public static void UnRegisterConsumerChannel(ILogger logger = null)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|