C# 클래스 paramore.brighter.commandprocessor.messaginggateway.rmq.InputChannelFactory

Class RMQInputChannelFactory. Creates instances of IAmAChannelchannels. Supports the creation of AMQP Application Layer channels using RabbitMQ
상속: IAmAChannelFactory
파일 보기 프로젝트 열기: iancooper/Paramore 1 사용 예제들

공개 메소드들

메소드 설명
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