Class RabbitMqConnections
Implements
Inherited Members
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public class RabbitMqConnections : Dictionary<string, ConnectionFactory>, IDictionary<string, ConnectionFactory>, ICollection<KeyValuePair<string, ConnectionFactory>>, IDictionary, ICollection, IReadOnlyDictionary<string, ConnectionFactory>, IReadOnlyCollection<KeyValuePair<string, ConnectionFactory>>, IEnumerable<KeyValuePair<string, ConnectionFactory>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
RabbitMqConnections()
Declaration
public RabbitMqConnections()
Fields
DefaultConnectionName
Declaration
public const string DefaultConnectionName = "Default"
Field Value
Type | Description |
---|---|
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 |
---|---|---|
string | connectionName |
Returns
Type | Description |
---|---|
ConnectionFactory |