Table of Contents

Interface IBinding

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
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