Table of Contents

Class CustomExchange

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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