Table of Contents

Interface IRecordedBinding

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

Properties

Arguments

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

Property Value

IDictionary<string, object>

Destination

string Destination { get; }

Property Value

string

RoutingKey

string RoutingKey { get; }

Property Value

string

Source

string Source { get; }

Property Value

string