Package org.springframework.amqp.core
Class QueueInformation
- java.lang.Object
-
- org.springframework.amqp.core.QueueInformation
-
public class QueueInformation extends Object
Information about a queue, resulting from a passive declaration.- Since:
- 2.2
- Author:
- Gary Russell
-
-
Constructor Summary
Constructors Constructor Description QueueInformation(String name, int messageCount, int consumerCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getConsumerCount()
int
getMessageCount()
String
getName()
int
hashCode()
String
toString()
-