C# Class Chinchilla.Topologies.Model.Topology

Inheritance: ITopology
Show file Open project: jonnii/chinchilla Class Usage Examples

Public Methods

Method Description
DefineExchange ( string name, ExchangeType exchangeType, Durability durablility = Durability.Durable, bool isAutoDelete = false ) : IExchange
DefineQueue ( ) : IQueue
DefineQueue ( string name ) : IQueue
Visit ( ITopologyVisitor visitor ) : void

Method Details

DefineExchange() public method

public DefineExchange ( string name, ExchangeType exchangeType, Durability durablility = Durability.Durable, bool isAutoDelete = false ) : IExchange
name string
exchangeType ExchangeType
durablility Durability
isAutoDelete bool
return IExchange

DefineQueue() public method

public DefineQueue ( ) : IQueue
return IQueue

DefineQueue() public method

public DefineQueue ( string name ) : IQueue
name string
return IQueue

Visit() public method

public Visit ( ITopologyVisitor visitor ) : void
visitor ITopologyVisitor
return void