Table of Contents

Class CustomExchange

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class CustomExchange : AbstractExchange, ICustomExchange, IExchange, IDeclarable, IServiceNameAware
Inheritance
CustomExchange
Implements
Inherited Members

Constructors

CustomExchange(string, string)

public CustomExchange(string name, string type)

Parameters

name string
type string

CustomExchange(string, string, bool, bool)

public CustomExchange(string name, string type, bool durable, bool autoDelete)

Parameters

name string
type string
durable bool
autoDelete bool

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

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

Parameters

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

Properties

Type

public override string Type { get; }

Property Value

string