Table of Contents

Class DirectExchange

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

name string
durable bool
autoDelete bool

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

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

Parameters

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

Fields

DEFAULT

public static readonly DirectExchange DEFAULT

Field Value

DirectExchange

Properties

Type

public override string Type { get; }

Property Value

string