C# 클래스 FubuMVC.LightningQueues.LightningQueuesTransport

상속: FubuMVC.Core.ServiceBus.Runtime.TransportBase, ITransport
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 프로퍼티들

프로퍼티 타입 설명
ErrorQueueName string

공개 메소드들

메소드 설명
BuildDestinationChannel ( Uri destination ) : IChannel
ClearAll ( ) : void
Disabled ( IEnumerable nodes ) : bool
Dispose ( ) : void
LightningQueuesTransport ( IPersistentQueues queues, LightningQueueSettings settings ) : System
ReplayDelayed ( System.DateTime currentTime ) : IEnumerable

보호된 메소드들

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

비공개 메소드들

메소드 설명
LightningQueuesTransport ( ) : System

메소드 상세

BuildDestinationChannel() 공개 메소드

public BuildDestinationChannel ( Uri destination ) : IChannel
destination System.Uri
리턴 IChannel

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

Disabled() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LightningQueuesTransport() 공개 메소드

public LightningQueuesTransport ( IPersistentQueues queues, LightningQueueSettings settings ) : System
queues IPersistentQueues
settings LightningQueueSettings
리턴 System

ReplayDelayed() 공개 메소드

public ReplayDelayed ( System.DateTime currentTime ) : IEnumerable
currentTime System.DateTime
리턴 IEnumerable

buildChannel() 보호된 메소드

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

getReplyUri() 보호된 메소드

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

seedQueues() 보호된 메소드

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

프로퍼티 상세

ErrorQueueName 공개적으로 정적으로 프로퍼티

public static string ErrorQueueName
리턴 string