Class DirectReplyToMessageListenerContainer.ChannelHolder
Inheritance
System.Object
DirectReplyToMessageListenerContainer.ChannelHolder
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class ChannelHolder : object
Constructors
|
Edit this page
View Source
ChannelHolder(RabbitMQ.Client.IModel, Int32)
Declaration
public ChannelHolder(RabbitMQ.Client.IModel channel, int consumerEpoch)
Parameters
Type |
Name |
Description |
RabbitMQ.Client.IModel |
channel |
|
System.Int32 |
consumerEpoch |
|
Properties
|
Edit this page
View Source
Channel
Declaration
public RabbitMQ.Client.IModel Channel { get; }
Property Value
Type |
Description |
RabbitMQ.Client.IModel |
|
|
Edit this page
View Source
ConsumerEpoch
Declaration
public int ConsumerEpoch { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|