C# Class paramore.brighter.commandprocessor.messaginggateway.rmq.MessagingGatewayConfiguration.Exchange

Class Exchange.
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode Description
Exchange ( string name, string type = ExchangeType.Direct, bool durable = false, bool supportDelay = false ) : System

Method Details

Exchange() public méthode

public Exchange ( string name, string type = ExchangeType.Direct, bool durable = false, bool supportDelay = false ) : System
name string
type string
durable bool
supportDelay bool
Résultat System