Class DirectExchange
Inheritance
System.Object
DirectExchange
Implements
IServiceNameAware
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class DirectExchange : AbstractExchange, IDirectExchange, IExchange, IDeclarable
Constructors
|
Edit this page
View Source
DirectExchange(String)
Declaration
public DirectExchange(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
|
Edit this page
View Source
DirectExchange(String, Boolean, Boolean)
Declaration
public DirectExchange(string name, bool durable, bool autoDelete)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
durable |
|
System.Boolean |
autoDelete |
|
|
Edit this page
View Source
DirectExchange(String, Boolean, Boolean, Dictionary<String, Object>)
Declaration
public DirectExchange(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 |
|
Fields
|
Edit this page
View Source
DEFAULT
Declaration
public static readonly DirectExchange DEFAULT
Field Value
Properties
|
Edit this page
View Source
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements
IServiceNameAware