C# 클래스 FubuMVC.Core.ServiceBus.Runtime.TransportBase

파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 메소드들

메소드 설명
Disabled ( IEnumerable nodes ) : bool
OpenChannels ( ChannelGraph graph ) : void

보호된 메소드들

메소드 설명
buildChannel ( ChannelNode channelNode ) : IChannel
getReplyUri ( ChannelGraph graph ) : Uri
seedQueues ( IEnumerable channels ) : void

메소드 상세

Disabled() 공개 메소드

public Disabled ( IEnumerable nodes ) : bool
nodes IEnumerable
리턴 bool

OpenChannels() 공개 메소드

public OpenChannels ( ChannelGraph graph ) : void
graph ChannelGraph
리턴 void

buildChannel() 보호된 추상적인 메소드

protected abstract buildChannel ( ChannelNode channelNode ) : IChannel
channelNode FubuMVC.Core.ServiceBus.Configuration.ChannelNode
리턴 IChannel

getReplyUri() 보호된 추상적인 메소드

protected abstract getReplyUri ( ChannelGraph graph ) : Uri
graph ChannelGraph
리턴 System.Uri

seedQueues() 보호된 추상적인 메소드

protected abstract seedQueues ( IEnumerable channels ) : void
channels IEnumerable
리턴 void