C# 클래스 MassTransit.AzureServiceBusTransport.Configurators.ServiceBusReceiveEndpointSpecification

상속: ServiceBusEndpointSpecification, IServiceBusReceiveEndpointConfigurator
파일 보기 프로젝트 열기: MassTransit/MassTransit 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( IBusBuilder builder ) : void
EnableDuplicateDetection ( System.TimeSpan historyTimeWindow ) : void
SelectBasicTier ( ) : void
ServiceBusReceiveEndpointSpecification ( IServiceBusHost host, ReceiveEndpointSettings settings, IConsumePipe consumePipe = null ) : System
ServiceBusReceiveEndpointSpecification ( IServiceBusHost host, string queueName, IConsumePipe consumePipe = null ) : System
Validate ( ) : IEnumerable

보호된 메소드들

메소드 설명
GetReceiveEndpointSettings ( string queueName ) : ReceiveEndpointSettings

메소드 상세

Apply() 공개 메소드

public Apply ( IBusBuilder builder ) : void
builder IBusBuilder
리턴 void

EnableDuplicateDetection() 공개 메소드

public EnableDuplicateDetection ( System.TimeSpan historyTimeWindow ) : void
historyTimeWindow System.TimeSpan
리턴 void

GetReceiveEndpointSettings() 보호된 메소드

protected GetReceiveEndpointSettings ( string queueName ) : ReceiveEndpointSettings
queueName string
리턴 ReceiveEndpointSettings

SelectBasicTier() 공개 메소드

public SelectBasicTier ( ) : void
리턴 void

ServiceBusReceiveEndpointSpecification() 공개 메소드

public ServiceBusReceiveEndpointSpecification ( IServiceBusHost host, ReceiveEndpointSettings settings, IConsumePipe consumePipe = null ) : System
host IServiceBusHost
settings ReceiveEndpointSettings
consumePipe IConsumePipe
리턴 System

ServiceBusReceiveEndpointSpecification() 공개 메소드

public ServiceBusReceiveEndpointSpecification ( IServiceBusHost host, string queueName, IConsumePipe consumePipe = null ) : System
host IServiceBusHost
queueName string
consumePipe IConsumePipe
리턴 System

Validate() 공개 메소드

public Validate ( ) : IEnumerable
리턴 IEnumerable