Méthode | Description | |
---|---|---|
GetConnectionFactory ( this settings ) : |
||
GetHostSettings ( this address ) : RabbitMqHostSettings | ||
GetReceiveSettings ( this address ) : ReceiveSettings | ||
GetSendSettings ( this address ) : SendSettings |
Return the send settings for the address
|
|
GetSendSettings ( this hostSettings, |
||
GetTemporaryQueueName ( this ignored, string prefix ) : string | ||
IsValidQueueName ( string queueName ) : bool |
Méthode | Description | |
---|---|---|
GetConfigurationHostSettings ( this address ) : ConfigurationHostSettings | ||
VerifyQueueOrExchangeNameIsLegal ( string queueName ) : void |
public static GetConnectionFactory ( this settings ) : |
||
settings | this | |
Résultat |
public static GetHostSettings ( this address ) : RabbitMqHostSettings | ||
address | this | |
Résultat | RabbitMqHostSettings |
public static GetReceiveSettings ( this address ) : ReceiveSettings | ||
address | this | |
Résultat | ReceiveSettings |
public static GetSendSettings ( this address ) : SendSettings | ||
address | this | |
Résultat | SendSettings |
public static GetSendSettings ( this hostSettings, |
||
hostSettings | this | |
messageType | ||
Résultat | SendSettings |
public static GetTemporaryQueueName ( this ignored, string prefix ) : string | ||
ignored | this | |
prefix | string | |
Résultat | string |
public static IsValidQueueName ( string queueName ) : bool | ||
queueName | string | |
Résultat | bool |