Table of Contents

Interface IRecordedQueue

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

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

Exclusive

bool Exclusive { get; }

Property Value

bool

IsServerNamed

bool IsServerNamed { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string