C# Class FubuMVC.LightningQueues.LightningQueuesTransport

Inheritance: FubuMVC.Core.ServiceBus.Runtime.TransportBase, ITransport
Afficher le fichier Open project: DarthFubuMVC/fubumvc

Méthodes publiques

Свойство Type Description
ErrorQueueName string

Méthodes publiques

Méthode Description
BuildDestinationChannel ( Uri destination ) : IChannel
ClearAll ( ) : void
Disabled ( IEnumerable nodes ) : bool
Dispose ( ) : void
LightningQueuesTransport ( IPersistentQueues queues, LightningQueueSettings settings ) : System
ReplayDelayed ( System.DateTime currentTime ) : IEnumerable

Méthodes protégées

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

Private Methods

Méthode Description
LightningQueuesTransport ( ) : System

Method Details

BuildDestinationChannel() public méthode

public BuildDestinationChannel ( Uri destination ) : IChannel
destination System.Uri
Résultat IChannel

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

Disabled() public méthode

public Disabled ( IEnumerable nodes ) : bool
nodes IEnumerable
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LightningQueuesTransport() public méthode

public LightningQueuesTransport ( IPersistentQueues queues, LightningQueueSettings settings ) : System
queues IPersistentQueues
settings LightningQueueSettings
Résultat System

ReplayDelayed() public méthode

public ReplayDelayed ( System.DateTime currentTime ) : IEnumerable
currentTime System.DateTime
Résultat IEnumerable

buildChannel() protected méthode

protected buildChannel ( ChannelNode channelNode ) : IChannel
channelNode FubuMVC.Core.ServiceBus.Configuration.ChannelNode
Résultat IChannel

getReplyUri() protected méthode

protected getReplyUri ( ChannelGraph graph ) : Uri
graph ChannelGraph
Résultat System.Uri

seedQueues() protected méthode

protected seedQueues ( IEnumerable channels ) : void
channels IEnumerable
Résultat void

Property Details

ErrorQueueName public_oe static_oe property

public static string ErrorQueueName
Résultat string