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