public class TopicDTO extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
auto_delete_after
Controls when the topic will auto delete.
|
String |
id
A unique id of the topic.
|
List<Object> |
other
To hold any other non-matching XML elements
|
String |
slow_consumer_policy |
QueueSettingsDTO |
subscription
The subscription settings that will be used for queues which are created
for each subscription when the `slow_consumer_policy` is set to `queue`.
|
Constructor and Description |
---|
TopicDTO() |
public String id
public Integer auto_delete_after
public String slow_consumer_policy
public QueueSettingsDTO subscription
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.