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