Interface IConnectionPool
Inherited Members
System.IDisposable.Dispose()
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public interface IConnectionPool : IDisposable
Methods
Get(string)
Declaration
IConnection Get(string connectionName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | connectionName |
Returns
| Type | Description |
|---|---|
| RabbitMQ.Client.IConnection |