Interface IRoutingConnectionFactory
Namespace: Steeltoe.Messaging.RabbitMQ.Connection
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
csharp
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
csharp
IConnectionFactory GetTargetConnectionFactory(object key)
Parameters
Type | Name | Description |
---|---|---|
System. |
key | the lookup key to which the factory is bound |
Returns
Type | Description |
---|---|
IConnection |
the factory if found |