Interface IChannelProxy
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IChannelProxy
Properties
|
Edit this page
View Source
IsConfirmSelected
Declaration
bool IsConfirmSelected { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsTransactional
Declaration
bool IsTransactional { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
TargetChannel
Declaration
RabbitMQ.Client.IModel TargetChannel { get; }
Property Value
Type |
Description |
RabbitMQ.Client.IModel |
|