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