C# 클래스 paramore.brighter.commandprocessor.messaginggateway.restms.Pipe

파일 보기 프로젝트 열기: iancooper/Paramore 1 사용 예제들

공개 메소드들

메소드 설명
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