C# 클래스 NSimpleBus.Configuration.BrokerConfigurationExtensions

파일 보기 프로젝트 열기: nordbergm/NSimpleBus

공개 메소드들

메소드 설명
Broker ( this config, string hostname, int port = null ) : void
CompetingConsumer ( this config ) : void
Credentials ( this config, string userName, string password ) : void
Exchange ( this config, string exhange ) : void
JsonSerializer ( this config ) : void
PublishSubscribe ( this config ) : void
UseMachineNameInSubscription ( this config ) : void
UseRabbitMq ( this config ) : void
VirtualHost ( this config, string virtualHost ) : void

비공개 메소드들

메소드 설명
InternalExchange ( this config, Type messageType ) : string

메소드 상세

Broker() 공개 정적인 메소드

public static Broker ( this config, string hostname, int port = null ) : void
config this
hostname string
port int
리턴 void

CompetingConsumer() 공개 정적인 메소드

public static CompetingConsumer ( this config ) : void
config this
리턴 void

Credentials() 공개 정적인 메소드

public static Credentials ( this config, string userName, string password ) : void
config this
userName string
password string
리턴 void

Exchange() 공개 정적인 메소드

public static Exchange ( this config, string exhange ) : void
config this
exhange string
리턴 void

JsonSerializer() 공개 정적인 메소드

public static JsonSerializer ( this config ) : void
config this
리턴 void

PublishSubscribe() 공개 정적인 메소드

public static PublishSubscribe ( this config ) : void
config this
리턴 void

UseMachineNameInSubscription() 공개 정적인 메소드

public static UseMachineNameInSubscription ( this config ) : void
config this
리턴 void

UseRabbitMq() 공개 정적인 메소드

public static UseRabbitMq ( this config ) : void
config this
리턴 void

VirtualHost() 공개 정적인 메소드

public static VirtualHost ( this config, string virtualHost ) : void
config this
virtualHost string
리턴 void