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

Class Exchange.
显示文件 Open project: iancooper/Paramore

Public Methods

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

Method Details

Exchange() public method

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