public final class LocalTopicSubscription extends Object
Internal holder of a durable Topic subscription, to be used by the LocalTopic implementation.
| Constructor and Description |
|---|
LocalTopicSubscription(LocalMessageConsumer consumer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionID() |
long |
getCreationTS() |
SelectorIndexKey |
getIndexKey() |
LocalQueue |
getLocalQueue() |
MessageSelector |
getMessageSelector() |
boolean |
getNoLocal() |
String |
getSubscriberId() |
boolean |
isDurable() |
boolean |
isIndexed() |
void |
setIndexKey(SelectorIndexKey indexKey) |
String |
toString() |
public LocalTopicSubscription(LocalMessageConsumer consumer)
public long getCreationTS()
public MessageSelector getMessageSelector()
public String getSubscriberId()
public LocalQueue getLocalQueue()
public String getConnectionID()
public boolean isDurable()
public boolean getNoLocal()
public void setIndexKey(SelectorIndexKey indexKey)
indexKey - the indexKey to setpublic SelectorIndexKey getIndexKey()
public boolean isIndexed()
Copyright © 2019. All rights reserved.