Table of Contents

Class ConsumerChannelRegistry

Namespace
Steeltoe.Messaging.RabbitMQ.Connection
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public static class ConsumerChannelRegistry
Inheritance
ConsumerChannelRegistry
Inherited Members

Methods

GetConsumerChannel()

public static IModel GetConsumerChannel()

Returns

IModel

GetConsumerChannel(IConnectionFactory)

public static IModel GetConsumerChannel(IConnectionFactory connectionFactory)

Parameters

connectionFactory IConnectionFactory

Returns

IModel

RegisterConsumerChannel(IModel, IConnectionFactory, ILogger)

public static void RegisterConsumerChannel(IModel channel, IConnectionFactory connectionFactory, ILogger logger = null)

Parameters

channel IModel
connectionFactory IConnectionFactory
logger ILogger

UnRegisterConsumerChannel(ILogger)

public static void UnRegisterConsumerChannel(ILogger logger = null)

Parameters

logger ILogger