axosyslog icon indicating copy to clipboard operation
axosyslog copied to clipboard

App parser refactor

Open bazsi opened this issue 9 months ago • 0 comments

This PR refactors the app-parser() and has the following changes:

  1. it gets rid off the "*" topic, which basically allowed applications to register to all topics. This does not make much sense for me now, and as far as I understand noone is using it and is undocumented. The only big user is sc4s.

  2. it creates the possibility to create app-parser() like entities by extracting an AppModelObject base class.

  3. it has some refactors as well

bazsi avatar May 17 '24 20:05 bazsi