Class LocalTopicSubscription


  • public final class LocalTopicSubscription
    extends Object

    Internal holder of a durable Topic subscription, to be used by the LocalTopic implementation.

    • Constructor Detail

      • LocalTopicSubscription

        public LocalTopicSubscription​(LocalMessageConsumer consumer)
        Constructor
    • Method Detail

      • getCreationTS

        public long getCreationTS()
        Returns:
        the creationTS
      • getMessageSelector

        public MessageSelector getMessageSelector()
        Returns:
        the messageSelector
      • getSubscriberId

        public String getSubscriberId()
        Returns:
        the subscriberID
      • getLocalQueue

        public LocalQueue getLocalQueue()
        Returns:
        the localQueue
      • getConnectionID

        public String getConnectionID()
        Returns:
        the connectionID
      • isDurable

        public boolean isDurable()
        Returns:
        the durable
      • getNoLocal

        public boolean getNoLocal()
        Returns:
        the noLocal
      • setIndexKey

        public void setIndexKey​(SelectorIndexKey indexKey)
        Parameters:
        indexKey - the indexKey to set
      • isIndexed

        public boolean isIndexed()