Class AbstractExchange
Inheritance
System.Object
AbstractExchange
Implements
IServiceNameAware
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public abstract class AbstractExchange : AbstractDeclarable, IExchange, IDeclarable
Constructors
|
Edit this page
View Source
AbstractExchange(String)
Declaration
protected AbstractExchange(string exchangeName)
Parameters
Type |
Name |
Description |
System.String |
exchangeName |
|
|
Edit this page
View Source
AbstractExchange(String, Boolean, Boolean)
Declaration
protected AbstractExchange(string exchangeName, bool durable, bool autoDelete)
Parameters
Type |
Name |
Description |
System.String |
exchangeName |
|
System.Boolean |
durable |
|
System.Boolean |
autoDelete |
|
|
Edit this page
View Source
AbstractExchange(String, Boolean, Boolean, Dictionary<String, Object>)
Declaration
protected AbstractExchange(string exchangeName, bool durable, bool autoDelete, Dictionary<string, object> arguments)
Parameters
Type |
Name |
Description |
System.String |
exchangeName |
|
System.Boolean |
durable |
|
System.Boolean |
autoDelete |
|
Dictionary<System.String, System.Object> |
arguments |
|
Properties
|
Edit this page
View Source
ExchangeName
Declaration
public string ExchangeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsAutoDelete
Declaration
public bool IsAutoDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsDelayed
Declaration
public bool IsDelayed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsDurable
Declaration
public bool IsDurable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsInternal
Declaration
public bool IsInternal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Type
Declaration
public abstract string Type { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements
IServiceNameAware