Table of Contents

Interface IRoutingConnectionFactory

Namespace
Steeltoe.Messaging.RabbitMQ.Connection
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public interface IRoutingConnectionFactory

Methods

GetTargetConnectionFactory(object)

Returns the ConnectionFactory bound to given lookup key, or null if one does not exist.

IConnectionFactory GetTargetConnectionFactory(object key)

Parameters

key object

the lookup key to which the factory is bound

Returns

IConnectionFactory

the factory if found