C# Class paramore.brighter.commandprocessor.messaginggateway.awssqs.InputChannelFactory

Inheritance: IAmAChannelFactory
Datei anzeigen Open project: iancooper/Paramore

Public Methods

Method Description
CreateInputChannel ( string channelName, string routingKey, bool isDurable ) : IAmAChannel

Creates the input channel.

InputChannelFactory ( SqsMessageConsumerFactory messageConsumerFactory, SqsMessageProducerFactory messageProducerFactory )

Initializes a new instance of the InputChannelFactory class.

Method Details

CreateInputChannel() public method

Creates the input channel.
public CreateInputChannel ( string channelName, string routingKey, bool isDurable ) : IAmAChannel
channelName string Name of the channel.
routingKey string The routing key.
isDurable bool
return IAmAChannel

InputChannelFactory() public method

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