public class DurableSubscriptionDTO extends QueueDTO
Modifier and Type | Field and Description |
---|---|
String |
id_regex
A regular expression used to match the subscription id.
|
String |
selector
An optional selector that the durable subscription will be created
with when it's first eagerly created.
|
String |
topic
If the topic and id are specified, then the durable subscription
can be eagerly created.
|
ArrayList<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 String id_regex
public String topic
public String selector
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.