Table of Contents

Class DirectReplyToMessageListenerContainer.ChannelHolder

Namespace
Steeltoe.Messaging.RabbitMQ.Listener
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class DirectReplyToMessageListenerContainer.ChannelHolder
Inheritance
DirectReplyToMessageListenerContainer.ChannelHolder
Inherited Members

Constructors

ChannelHolder(IModel, int)

public ChannelHolder(IModel channel, int consumerEpoch)

Parameters

channel IModel
consumerEpoch int

Properties

Channel

public IModel Channel { get; }

Property Value

IModel

ConsumerEpoch

public int ConsumerEpoch { get; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.