C# Класс paramore.brighter.commandprocessor.messaginggateway.restms.RestMsMessageProducer

Class RestMsMessageProducer.
Наследование: RestMSMessageGateway, IAmAMessageProducer
Показать файл Открыть проект

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

Метод Описание
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.

Приватные методы

Метод Описание
CreateMessageEntityBody ( Message message ) : System.Net.Http.StringContent
Dispose ( bool disposing ) : void
SendMessage ( string feedName, Message message ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSMessagePosted

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

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

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

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
Результат System

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

Sends the specified message.
public Send ( Message message ) : void
message Message The message.
Результат void