Table of Contents

Interface IRecordedConsumer

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

Properties

Arguments

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

Property Value

IDictionary<string, object>

AutoAck

bool AutoAck { get; }

Property Value

bool

ConsumerTag

string ConsumerTag { get; }

Property Value

string

Exclusive

bool Exclusive { get; }

Property Value

bool

Queue

string Queue { get; }

Property Value

string