Interface IChannelAccessor
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public interface IChannelAccessor : IDisposable
Properties
Channel
Reference to the channel. Never dispose the Channel object. Instead, dispose the IChannelAccessor after usage.
Declaration
IModel Channel { get; }
Property Value
Type | Description |
---|---|
IModel |
Name
Name of the channel.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |