Table of Contents

Interface IBinding

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IBinding : IDeclarable, IServiceNameAware
Inherited Members

Properties

BindingName

string BindingName { get; set; }

Property Value

string

Destination

string Destination { get; set; }

Property Value

string

Exchange

string Exchange { get; set; }

Property Value

string

IsDestinationQueue

bool IsDestinationQueue { get; }

Property Value

bool

RoutingKey

string RoutingKey { get; set; }

Property Value

string

Type

Binding.DestinationType Type { get; set; }

Property Value

Binding.DestinationType