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

Datei anzeigen Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method 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

Method 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 method

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
return void

GetPipe() public method

public GetPipe ( ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSPipe
return paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSPipe

Pipe() public method

public Pipe ( RestMsMessageConsumer gateway, Feed feed ) : System
gateway RestMsMessageConsumer
feed Feed
return System