public class TopicDTO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
auto_delete_after
Controls when the topic will auto delete.
|
java.lang.String |
id
A unique id of the topic.
|
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements
|
java.lang.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 java.lang.String id
public java.lang.Integer auto_delete_after
public java.lang.String slow_consumer_policy
public QueueSettingsDTO subscription
public java.util.List<java.lang.Object> other
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.