Interface IConnectionPool
Inherited Members
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 |
|---|---|
| IConnection |