public class QueueStatusDTO extends ServiceStatusDTO
Modifier and Type | Field and Description |
---|---|
DestinationDTO |
binding |
QueueSettingsDTO |
config |
java.util.List<QueueConsumerLinkDTO> |
consumers
Ids of all connections that are consuming from the destination
|
java.util.List<EntryStatusDTO> |
entries
Status of the entries in the queue
|
java.lang.Integer |
max_enqueue_rate |
DestMetricsDTO |
metrics |
java.util.List<LinkDTO> |
producers
Ids of all connections that are producing to the destination
|
state, state_since
id
Constructor and Description |
---|
QueueStatusDTO() |
equals, hashCode
public QueueSettingsDTO config
public DestinationDTO binding
public DestMetricsDTO metrics
public java.util.List<EntryStatusDTO> entries
public java.util.List<LinkDTO> producers
public java.util.List<QueueConsumerLinkDTO> consumers
public java.lang.Integer max_enqueue_rate
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.