Interface IConnectionPool
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 |
|---|---|---|
| System.String | connectionName |
Returns
| Type | Description |
|---|---|
| IConnection |