Table of Contents

Class BindingBuilder

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class BindingBuilder
Inheritance
BindingBuilder
Inherited Members

Methods

Bind(IExchange)

public static BindingBuilder.DestinationConfigurer Bind(IExchange exchange)

Parameters

exchange IExchange

Returns

BindingBuilder.DestinationConfigurer

Bind(IQueue)

public static BindingBuilder.DestinationConfigurer Bind(IQueue queue)

Parameters

queue IQueue

Returns

BindingBuilder.DestinationConfigurer

Create(string, DestinationType)

public static IBinding Create(string bindingName, Binding.DestinationType type)

Parameters

bindingName string
type Binding.DestinationType

Returns

IBinding