Interface IRoutingConnectionFactory
Namespace: Steeltoe.Messaging.RabbitMQ.Connection
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IRoutingConnectionFactory
Methods
| Edit this page View SourceGetTargetConnectionFactory(Object)
Returns the ConnectionFactory bound to given lookup key, or null if one does not exist.
Declaration
IConnectionFactory GetTargetConnectionFactory(object key)
Parameters
Type | Name | Description |
---|---|---|
System.Object | key | the lookup key to which the factory is bound |
Returns
Type | Description |
---|---|
IConnectionFactory | the factory if found |