Class DirectExchange
public class DirectExchange : AbstractExchange, IDirectExchange, IExchange, IDeclarable, IServiceNameAware
- Inheritance
-
DirectExchange
- Implements
- Inherited Members
Constructors
DirectExchange(string)
public DirectExchange(string name)
Parameters
name
string
DirectExchange(string, bool, bool)
public DirectExchange(string name, bool durable, bool autoDelete)
Parameters
DirectExchange(string, bool, bool, Dictionary<string, object>)
public DirectExchange(string name, bool durable, bool autoDelete, Dictionary<string, object> arguments)
Parameters
Fields
DEFAULT
public static readonly DirectExchange DEFAULT
Field Value
Properties
Type
public override string Type { get; }