Table of Contents

Class TopicExchange

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