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