C# Класс NSimpleBus.Configuration.BrokerConfigurationExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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