public class DurableSubscriptionDestinationDTO extends DestinationDTO
Modifier and Type | Field and Description |
---|---|
String |
selector |
ArrayList<TopicDestinationDTO> |
topics
Topics that the durable subscription is attached to
|
name, path
Constructor and Description |
---|
DurableSubscriptionDestinationDTO() |
DurableSubscriptionDestinationDTO(String subscription_id) |
Modifier and Type | Method and Description |
---|---|
DurableSubscriptionDestinationDTO |
direct()
Marks the destination as addressing a durable subscription directly.
|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
is_direct() |
String |
subscription_id() |
String |
toString() |
public String selector
public ArrayList<TopicDestinationDTO> topics
public DurableSubscriptionDestinationDTO()
public DurableSubscriptionDestinationDTO(String subscription_id)
public String subscription_id()
public DurableSubscriptionDestinationDTO direct()
public boolean is_direct()
public boolean equals(Object o)
equals
in class DestinationDTO
public int hashCode()
hashCode
in class DestinationDTO
public String toString()
toString
in class DestinationDTO
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.