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

Class RestMsMessageProducer.
Inheritance: RestMSMessageGateway, IAmAMessageProducer
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

RestMsMessageProducer() public méthode

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
Résultat System

Send() public méthode

Sends the specified message.
public Send ( Message message ) : void
message Message The message.
Résultat void