C# Класс paramore.brighter.commandprocessor.messaginggateway.restms.Pipe

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CreatePipe ( string domainUri, string title ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain
PipeExists ( string pipeTitle, paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : bool

Описание методов

EnsurePipeExists() публичный Метод

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
Результат void

GetPipe() публичный Метод

public GetPipe ( ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSPipe
Результат paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSPipe

Pipe() публичный Метод

public Pipe ( RestMsMessageConsumer gateway, Feed feed ) : System
gateway RestMsMessageConsumer
feed Feed
Результат System