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