C# Class NSimpleBus.Configuration.BrokerConfigurationExtensions

Afficher le fichier Open project: nordbergm/NSimpleBus

Méthodes publiques

Méthode 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

Méthode Description
InternalExchange ( this config, Type messageType ) : string

Method Details

Broker() public static méthode

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

CompetingConsumer() public static méthode

public static CompetingConsumer ( this config ) : void
config this
Résultat void

Credentials() public static méthode

public static Credentials ( this config, string userName, string password ) : void
config this
userName string
password string
Résultat void

Exchange() public static méthode

public static Exchange ( this config, string exhange ) : void
config this
exhange string
Résultat void

JsonSerializer() public static méthode

public static JsonSerializer ( this config ) : void
config this
Résultat void

PublishSubscribe() public static méthode

public static PublishSubscribe ( this config ) : void
config this
Résultat void

UseMachineNameInSubscription() public static méthode

public static UseMachineNameInSubscription ( this config ) : void
config this
Résultat void

UseRabbitMq() public static méthode

public static UseRabbitMq ( this config ) : void
config this
Résultat void

VirtualHost() public static méthode

public static VirtualHost ( this config, string virtualHost ) : void
config this
virtualHost string
Résultat void