public class VirtualHostStatusDTO extends ServiceStatusDTO
Modifier and Type | Field and Description |
---|---|
List<String> |
dsubs
Ids of all the durable subscriptions that exist on the broker
|
List<String> |
host_names
The host names route you to the the virtual host.
|
List<String> |
queues
Ids of all the queues that exist on the broker
|
boolean |
store
Is the virtual host using a store.
|
List<String> |
topics
Ids of all the topics that exist on the virtual host
|
state, state_since
id
Constructor and Description |
---|
VirtualHostStatusDTO() |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.