Interface IChannelPool
Inherited Members
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 |
---|---|---|
string | channelName | |
string | connectionName |
Returns
Type | Description |
---|---|
IChannelAccessor |