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

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

Méthodes publiques

Méthode Description
EnsurePipeExists ( string pipeTitle, string routingKey, paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : void
GetPipe ( ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSPipe
Pipe ( RestMsMessageConsumer gateway, Feed feed ) : System

Private Methods

Méthode Description
CreatePipe ( string domainUri, string title ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain
PipeExists ( string pipeTitle, paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : bool

Method Details

EnsurePipeExists() public méthode

public EnsurePipeExists ( string pipeTitle, string routingKey, paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : void
pipeTitle string
routingKey string
domain paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain
Résultat void

GetPipe() public méthode

public GetPipe ( ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSPipe
Résultat paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSPipe

Pipe() public méthode

public Pipe ( RestMsMessageConsumer gateway, Feed feed ) : System
gateway RestMsMessageConsumer
feed Feed
Résultat System