public class TopicStatusDTO extends ServiceStatusDTO
Modifier and Type | Field and Description |
---|---|
TopicDTO |
config |
List<LinkDTO> |
consumers
Ids of all connections that are consuming from the destination
|
List<String> |
dsubs
Ids of all queues that are associated with the destination
|
DestMetricsDTO |
metrics |
List<LinkDTO> |
producers
Ids of all connections that are producing to the destination
|
long |
retained |
state, state_since
id
Constructor and Description |
---|
TopicStatusDTO() |
public TopicDTO config
public long retained
public List<LinkDTO> producers
public List<LinkDTO> consumers
public DestMetricsDTO metrics
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.