C# Class MassTransit.RabbitMqTransport.RabbitMqAddressExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
GetConnectionFactory ( this settings ) : ConnectionFactory
GetHostSettings ( this address ) : RabbitMqHostSettings
GetReceiveSettings ( this address ) : ReceiveSettings
GetSendSettings ( this address ) : SendSettings

Return the send settings for the address

GetSendSettings ( this hostSettings, Type messageType ) : SendSettings
GetTemporaryQueueName ( this ignored, string prefix ) : string
IsValidQueueName ( string queueName ) : bool

Private Methods

Méthode Description
GetConfigurationHostSettings ( this address ) : ConfigurationHostSettings
VerifyQueueOrExchangeNameIsLegal ( string queueName ) : void

Method Details

GetConnectionFactory() public static méthode

public static GetConnectionFactory ( this settings ) : ConnectionFactory
settings this
Résultat RabbitMQ.Client.ConnectionFactory

GetHostSettings() public static méthode

public static GetHostSettings ( this address ) : RabbitMqHostSettings
address this
Résultat RabbitMqHostSettings

GetReceiveSettings() public static méthode

public static GetReceiveSettings ( this address ) : ReceiveSettings
address this
Résultat ReceiveSettings

GetSendSettings() public static méthode

Return the send settings for the address
public static GetSendSettings ( this address ) : SendSettings
address this
Résultat SendSettings

GetSendSettings() public static méthode

public static GetSendSettings ( this hostSettings, Type messageType ) : SendSettings
hostSettings this
messageType System.Type
Résultat SendSettings

GetTemporaryQueueName() public static méthode

public static GetTemporaryQueueName ( this ignored, string prefix ) : string
ignored this
prefix string
Résultat string

IsValidQueueName() public static méthode

public static IsValidQueueName ( string queueName ) : bool
queueName string
Résultat bool