C# Класс paramore.brighter.commandprocessor.messaginggateway.rmq.InputChannelFactory

Class RMQInputChannelFactory. Creates instances of IAmAChannelchannels. Supports the creation of AMQP Application Layer channels using RabbitMQ
Наследование: IAmAChannelFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateInputChannel ( string channelName, string routingKey, bool isDurable = false ) : IAmAChannel

Creates the input channel.

InputChannelFactory ( RmqMessageConsumerFactory messageConsumerFactory, RmqMessageProducerFactory messageProducerFactory )

Initializes a new instance of the InputChannelFactory class.

Описание методов

CreateInputChannel() публичный Метод

Creates the input channel.
public CreateInputChannel ( string channelName, string routingKey, bool isDurable = false ) : IAmAChannel
channelName string Name of the channel.
routingKey string The routing key.
isDurable bool
Результат IAmAChannel

InputChannelFactory() публичный Метод

Initializes a new instance of the InputChannelFactory class.
public InputChannelFactory ( RmqMessageConsumerFactory messageConsumerFactory, RmqMessageProducerFactory messageProducerFactory )
messageConsumerFactory RmqMessageConsumerFactory The messageConsumerFactory.
messageProducerFactory RmqMessageProducerFactory