Interface IRecordedConsumer
public interface IRecordedConsumer
Properties
Arguments
IDictionary<string, object?>? Arguments { get; }
Property Value
AutoAck
bool AutoAck { get; }
Property Value
ConsumerTag
string ConsumerTag { get; }
Property Value
Exclusive
bool Exclusive { get; }
Property Value
Queue
string Queue { get; }