Table of Contents

Class TopicExchange

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 TopicExchange : AbstractExchange, ITopicExchange, IExchange, IDeclarable, IServiceNameAware
Inheritance
TopicExchange
Implements
Inherited Members

Constructors

TopicExchange(string)

public TopicExchange(string name)

Parameters

name string

TopicExchange(string, bool, bool)

public TopicExchange(string name, bool durable, bool autoDelete)

Parameters

name string
durable bool
autoDelete bool

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

public TopicExchange(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