Interface IChannelAccessor
Inherited Members
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public interface IChannelAccessor : IDisposable
Properties
Channel
Declaration
IModel Channel { get; }
Property Value
| Type | Description |
|---|---|
| IModel |
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |