public class DurableSubscriptionDTO extends QueueDTO
Modifier and Type | Field and Description |
---|---|
java.lang.String |
id_regex
A regular expression used to match the subscription id.
|
java.lang.String |
selector
An optional selector that the durable subscription will be created
with when it's first eagerly created.
|
java.lang.String |
topic
If the topic and id are specified, then the durable subscription
can be eagerly created.
|
java.util.ArrayList<java.lang.String> |
topics
Additional topic names.
|
auto_delete_after, id, mirrored
catchup_enqueue_rate, dlq, dlq_expired, fast_delivery_rate, full_policy, max_enqueue_rate, message_group_graceful_handoff, nak_limit, other, persistent, quota, quota_messages, round_robin, swap, swap_range_size, tail_buffer
Constructor and Description |
---|
DurableSubscriptionDTO() |
public java.lang.String id_regex
public java.lang.String topic
public java.util.ArrayList<java.lang.String> topics
public java.lang.String selector
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.