Table of Contents

Class FanoutExchange

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
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

name string
durable bool
autoDelete bool

FanoutExchange(string, bool, bool, Dictionary<string, object>)

public FanoutExchange(string name, bool durable, bool autoDelete, Dictionary<string, object> arguments)

Parameters

name string
durable bool
autoDelete bool
arguments Dictionary<string, object>

Properties

Type

public override string Type { get; }

Property Value

string