Table of Contents

Interface IRecordedExchange

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll
public interface IRecordedExchange

Properties

Arguments

IDictionary<string, object?>? Arguments { get; }

Property Value

IDictionary<string, object>

AutoDelete

bool AutoDelete { get; }

Property Value

bool

Durable

bool Durable { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string

Type

string Type { get; }

Property Value

string