Interface IConnectionPool
Inherited Members
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public interface IConnectionPool : IAsyncDisposable
Methods
GetAsync(string?)
Declaration
Task<IConnection> GetAsync(string? connectionName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | connectionName |
Returns
| Type | Description |
|---|---|
| Task<IConnection> |