tree: 505e6554a142f1b2c711b182abad30867cf32223 [path history] [tgz]
  1. discovery/
  2. discovery_configured/
  3. discovery_etcd/
  4. discovery_shm/
  5. examples/
  6. remote_service_admin/
  7. remote_service_admin_dfi/
  8. remote_service_admin_http/
  9. remote_service_admin_shm/
  10. topology_manager/
  11. utils/
  12. CMakeLists.txt
  13. README.md
remote_services/README.md

Remote Services

Celix Remote Services contains several implementations of the OSGi Remote Services and Enterprise Remote Service Admin Service Specification:

  • Remote Service Admin implements functionality to import/export services through a set of configuration types. The Remote Service Admin service is a passive Distribution Provider, not taking any action to export or import itself.
  • Topology Manager provides the policy for importing and exporting services through the Remote Service Admin service.
  • Discovery provides detection of exported services through some discovery protocol.