Table of Contents

Class QueueInformation

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class QueueInformation
Inheritance
QueueInformation
Inherited Members

Constructors

QueueInformation(string, uint, uint)

public QueueInformation(string name, uint messageCount, uint consumerCount)

Parameters

name string
messageCount uint
consumerCount uint

Properties

ConsumerCount

public uint ConsumerCount { get; }

Property Value

uint

MessageCount

public uint MessageCount { get; }

Property Value

uint

Name

public string Name { get; }

Property Value

string

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.