Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • {appName}
    Will be replaced by the name of the app, the related property is stored inside. For example io.pipeforce.myapp.

  • {propertyPath}
    The namespace relative path (= no /pipeforce/ns prefix) of the related property whereas slashes in path of property will become dots. Dots and special chars in origin path will be replaced by underscores. Everything in path is lower-cased. For example ns.global.app.com.mycompany.myapp.data.
    This way also pattern matching filtering can be applied on the path level. In order to listen on any property event on any property inside the data folder of your app you could use a key like this:

    Code Block
    pipeforce.event.property.*.ns.global.app.com.mycompany.myapp.data.*

...