Метод | Описание | |
---|---|---|
DefineExchange ( string name, ExchangeType exchangeType, Durability durablility = Durability.Durable, bool isAutoDelete = false ) : IExchange | ||
DefineQueue ( ) : IQueue | ||
DefineQueue ( string name ) : IQueue | ||
Visit ( ITopologyVisitor visitor ) : void |
public DefineExchange ( string name, ExchangeType exchangeType, Durability durablility = Durability.Durable, bool isAutoDelete = false ) : IExchange | ||
name | string | |
exchangeType | ExchangeType | |
durablility | Durability | |
isAutoDelete | bool | |
Результат | IExchange |
public DefineQueue ( string name ) : IQueue | ||
name | string | |
Результат | IQueue |
public Visit ( ITopologyVisitor visitor ) : void | ||
visitor | ITopologyVisitor | |
Результат | void |