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

Afficher le fichier Open project: iancooper/Paramore Class Usage Examples

Méthodes publiques

Méthode Description
EnsureFeedExists ( paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : void

Ensures the feed exists.

Feed ( RestMSMessageGateway gateway ) : System

Private Methods

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

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.
Résultat void

Feed() public méthode

public Feed ( RestMSMessageGateway gateway ) : System
gateway RestMSMessageGateway
Résultat System