C# 클래스 MassTransit.RabbitMqTransport.Topology.RabbitMqReceiveSettings

상속: RabbitMqEntitySettings, ReceiveSettings, IQueueConfigurator, IExchangeBindingConfigurator
파일 보기 프로젝트 열기: MassTransit/MassTransit 1 사용 예제들

공개 메소드들

메소드 설명
EnablePriority ( byte maxPriority ) : void
GetInputAddress ( Uri hostAddress ) : Uri
RabbitMqReceiveSettings ( ) : System
RabbitMqReceiveSettings ( ReceiveSettings settings ) : System
SetQueueArgument ( string key, object value ) : void

보호된 메소드들

메소드 설명
GetQueryStringOptions ( ) : IEnumerable

메소드 상세

EnablePriority() 공개 메소드

public EnablePriority ( byte maxPriority ) : void
maxPriority byte
리턴 void

GetInputAddress() 공개 메소드

public GetInputAddress ( Uri hostAddress ) : Uri
hostAddress System.Uri
리턴 System.Uri

GetQueryStringOptions() 보호된 메소드

protected GetQueryStringOptions ( ) : IEnumerable
리턴 IEnumerable

RabbitMqReceiveSettings() 공개 메소드

public RabbitMqReceiveSettings ( ) : System
리턴 System

RabbitMqReceiveSettings() 공개 메소드

public RabbitMqReceiveSettings ( ReceiveSettings settings ) : System
settings ReceiveSettings
리턴 System

SetQueueArgument() 공개 메소드

public SetQueueArgument ( string key, object value ) : void
key string
value object
리턴 void