Interface IExchange
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IExchange : IDeclarable
Properties
|
Edit this page
View Source
ExchangeName
Declaration
string ExchangeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsAutoDelete
Declaration
bool IsAutoDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsDelayed
Declaration
bool IsDelayed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsDurable
Declaration
bool IsDurable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsInternal
Declaration
bool IsInternal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Type
Declaration
Property Value
Type |
Description |
System.String |
|