Class TopicExchange
public class TopicExchange : AbstractExchange, ITopicExchange, IExchange, IDeclarable, IServiceNameAware
- Inheritance
-
TopicExchange
- Implements
- Inherited Members
Constructors
TopicExchange(string)
public TopicExchange(string name)
Parameters
name
string
TopicExchange(string, bool, bool)
public TopicExchange(string name, bool durable, bool autoDelete)
Parameters
TopicExchange(string, bool, bool, Dictionary<string, object>)
public TopicExchange(string name, bool durable, bool autoDelete, Dictionary<string, object> arguments)
Parameters
Properties
Type
public override string Type { get; }