C# Class paramore.brighter.commandprocessor.messaginggateway.restms.RestMsMessageProducer

Class RestMsMessageProducer.
Inheritance: RestMSMessageGateway, IAmAMessageProducer
显示文件 Open project: iancooper/Paramore

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

RestMsMessageProducer ( RestMSMessagingGatewayConfiguration configuration ) : System

Initializes a new instance of the RestMsMessageProducer class. The configuration of the RestMS broker we need to contact

Send ( Message message ) : void

Sends the specified message.

Private Methods

Method Description
CreateMessageEntityBody ( Message message ) : System.Net.Http.StringContent
Dispose ( bool disposing ) : void
SendMessage ( string feedName, Message message ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSMessagePosted

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

RestMsMessageProducer() public method

Initializes a new instance of the RestMsMessageProducer class. The configuration of the RestMS broker we need to contact
public RestMsMessageProducer ( RestMSMessagingGatewayConfiguration configuration ) : System
configuration paramore.brighter.commandprocessor.messaginggateway.restms.MessagingGatewayConfiguration.RestMSMessagingGatewayConfiguration
return System

Send() public method

Sends the specified message.
public Send ( Message message ) : void
message Message The message.
return void