Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

While registering the node, it will take all the hub settings in the Experience Designer memory (In the form of an object, the keyname will be the pathname). 

Once the request is made into the node, then it will look for Hub setting based on the hub name which is presented in the URL path as a parameter. 

To make an http request and can access the data of the configured hubname. ( Works similar to http-in node except the /oeapi path.(ie)Instead of /oeapi, we are using /hub) 

The Hub Listener node will listen to the path which is configured in the URL property of the node. This node is similar to the http in node with a prefix /hub/ and the method defaulted to Get.

...