Show / Hide Table of Contents

Class RabbitMqConnections

Inheritance
object
Dictionary<string, ConnectionFactory>
RabbitMqConnections
Implements
IDictionary<string, ConnectionFactory>
ICollection<KeyValuePair<string, ConnectionFactory>>
IDictionary
ICollection
IReadOnlyDictionary<string, ConnectionFactory>
IReadOnlyCollection<KeyValuePair<string, ConnectionFactory>>
IEnumerable<KeyValuePair<string, ConnectionFactory>>
IEnumerable
ISerializable
IDeserializationCallback
Inherited Members
Dictionary<string, ConnectionFactory>.Add(string, ConnectionFactory)
Dictionary<string, ConnectionFactory>.Clear()
Dictionary<string, ConnectionFactory>.ContainsKey(string)
Dictionary<string, ConnectionFactory>.ContainsValue(ConnectionFactory)
Dictionary<string, ConnectionFactory>.GetEnumerator()
Dictionary<string, ConnectionFactory>.GetAlternateLookup<TAlternateKey>()
Dictionary<string, ConnectionFactory>.TryGetAlternateLookup<TAlternateKey>(out Dictionary<string, ConnectionFactory>.AlternateLookup<TAlternateKey>)
Dictionary<string, ConnectionFactory>.OnDeserialization(object)
Dictionary<string, ConnectionFactory>.Remove(string)
Dictionary<string, ConnectionFactory>.Remove(string, out ConnectionFactory)
Dictionary<string, ConnectionFactory>.TryGetValue(string, out ConnectionFactory)
Dictionary<string, ConnectionFactory>.TryAdd(string, ConnectionFactory)
Dictionary<string, ConnectionFactory>.EnsureCapacity(int)
Dictionary<string, ConnectionFactory>.TrimExcess()
Dictionary<string, ConnectionFactory>.TrimExcess(int)
Dictionary<string, ConnectionFactory>.Comparer
Dictionary<string, ConnectionFactory>.Count
Dictionary<string, ConnectionFactory>.Capacity
Dictionary<string, ConnectionFactory>.Keys
Dictionary<string, ConnectionFactory>.Values
Dictionary<string, ConnectionFactory>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Implements

IDictionary<TKey, TValue>
ICollection<T>
IDictionary
ICollection
IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
ISerializable
IDeserializationCallback

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform