C# Class NSimpleBus.Configuration.BrokerConfigurationExtensions

Show file Open project: nordbergm/NSimpleBus

Public Methods

Method Description
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

Private Methods

Method Description
InternalExchange ( this config, Type messageType ) : string

Method Details

Broker() public static method

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

CompetingConsumer() public static method

public static CompetingConsumer ( this config ) : void
config this
return void

Credentials() public static method

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

Exchange() public static method

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

JsonSerializer() public static method

public static JsonSerializer ( this config ) : void
config this
return void

PublishSubscribe() public static method

public static PublishSubscribe ( this config ) : void
config this
return void

UseMachineNameInSubscription() public static method

public static UseMachineNameInSubscription ( this config ) : void
config this
return void

UseRabbitMq() public static method

public static UseRabbitMq ( this config ) : void
config this
return void

VirtualHost() public static method

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