Class SubPub

    • Field Detail

      • m_SubscribeStorageName

        protected StorageName m_SubscribeStorageName
        the name of the queue in the internal storage to subscribe to.
      • m_SubscribeHandler

        protected transient PublishSubscribeHandler m_SubscribeHandler
        the pub/sub handler for subscribing.
      • m_PublishStorageName

        protected StorageName m_PublishStorageName
        the name of the queue in the internal storage to publish to.
      • m_PublishHandler

        protected transient PublishSubscribeHandler m_PublishHandler
        the pub/sub handler for publishing.
    • Constructor Detail

      • SubPub

        public SubPub()