Interface IChannelPool
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public interface IChannelPool : IDisposable
Methods
Acquire(String, String)
Declaration
IChannelAccessor Acquire(string channelName = null, string connectionName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | channelName | |
| System.String | connectionName |
Returns
| Type | Description |
|---|---|
| IChannelAccessor |