Class RabbitMqConnections
Inheritance
System.Object
RabbitMqConnections
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public class RabbitMqConnections : Dictionary<string, ConnectionFactory>
Constructors
RabbitMqConnections()
Declaration
public RabbitMqConnections()
Fields
DefaultConnectionName
Declaration
public const string DefaultConnectionName = null
Field Value
Type |
Description |
System.String |
|
Properties
Default
Declaration
public ConnectionFactory Default { get; set; }
Property Value
Type |
Description |
ConnectionFactory |
|
Methods
GetOrDefault(String)
Declaration
public ConnectionFactory GetOrDefault(string connectionName)
Parameters
Type |
Name |
Description |
System.String |
connectionName |
|
Returns
Type |
Description |
ConnectionFactory |
|
Extension Methods