C# Class FubuMVC.Core.ServiceBus.Runtime.TransportBase

Mostrar archivo Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
Disabled ( IEnumerable nodes ) : bool
OpenChannels ( ChannelGraph graph ) : void

Protected Methods

Method Description
buildChannel ( ChannelNode channelNode ) : IChannel
getReplyUri ( ChannelGraph graph ) : Uri
seedQueues ( IEnumerable channels ) : void

Method Details

Disabled() public method

public Disabled ( IEnumerable nodes ) : bool
nodes IEnumerable
return bool

OpenChannels() public method

public OpenChannels ( ChannelGraph graph ) : void
graph ChannelGraph
return void

buildChannel() protected abstract method

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

getReplyUri() protected abstract method

protected abstract getReplyUri ( ChannelGraph graph ) : Uri
graph ChannelGraph
return System.Uri

seedQueues() protected abstract method

protected abstract seedQueues ( IEnumerable channels ) : void
channels IEnumerable
return void