Inheritance
System.Object
HeadersExchange
Implements
IServiceNameAware
Assembly: Steeltoe.Messaging.RabbitMQ.dll
public class HeadersExchange : AbstractExchange, IHeadersExchange, IExchange, IDeclarable
Constructors
|
Edit this page
View Source
Declaration
public HeadersExchange(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
|
Edit this page
View Source
Declaration
public HeadersExchange(string name, bool durable, bool autoDelete)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
durable |
|
System.Boolean |
autoDelete |
|
|
Edit this page
View Source
Declaration
public HeadersExchange(string name, bool durable, bool autoDelete, Dictionary<string, object> arguments)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
durable |
|
System.Boolean |
autoDelete |
|
Dictionary<System.String, System.Object> |
arguments |
|
Properties
|
Edit this page
View Source
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements
IServiceNameAware