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 |
Method | Description | |
---|---|---|
InternalExchange ( this config, |
public static Broker ( this config, string hostname, int port = null ) : void | ||
config | this | |
hostname | string | |
port | int | |
return | void |
public static CompetingConsumer ( this config ) : void | ||
config | this | |
return | void |
public static Credentials ( this config, string userName, string password ) : void | ||
config | this | |
userName | string | |
password | string | |
return | void |
public static Exchange ( this config, string exhange ) : void | ||
config | this | |
exhange | string | |
return | void |
public static JsonSerializer ( this config ) : void | ||
config | this | |
return | void |
public static PublishSubscribe ( this config ) : void | ||
config | this | |
return | void |
public static UseMachineNameInSubscription ( this config ) : void | ||
config | this | |
return | void |
public static UseRabbitMq ( this config ) : void | ||
config | this | |
return | void |
public static VirtualHost ( this config, string virtualHost ) : void | ||
config | this | |
virtualHost | string | |
return | void |