C# 클래스 paramore.brighter.commandprocessor.messaginggateway.restms.RestMsMessageProducer

Class RestMsMessageProducer.
상속: RestMSMessageGateway, IAmAMessageProducer
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

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