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

Mostrar archivo Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method Description
EnsureFeedExists ( paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : void

Ensures the feed exists.

Feed ( RestMSMessageGateway gateway ) : System

Private Methods

Method Description
CreateFeed ( string domainUri, string name ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain
IsFeedDeclared ( paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain, string feedName ) : bool

Method Details

EnsureFeedExists() public method

Ensures the feed exists.
public EnsureFeedExists ( paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : void
domain paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain The domain.
return void

Feed() public method

public Feed ( RestMSMessageGateway gateway ) : System
gateway RestMSMessageGateway
return System