tree: 938087ec79dee7308fffc30eebd415af0ce995b9 [path history] [tgz]
  1. event_admin/
  2. event_admin_api/
  3. event_admin_spi/
  4. examples/
  5. remote_provider/
  6. CMakeLists.txt
  7. README.md
bundles/event_admin/README.md

title: Event Admin

Introduction

The Event Admin subproject implements the OSGi Event Admin Service Specification. It consists of event admin implementation and corresponding examples.

Event Admin

The Event Admin provides the pubsub mechanism for in-process communication.

BundleCelix::event_admin
Configurationsee EventAdmin

Building

To build the Event Admin subproject, the cmake option BUILD_EVENT_ADMIN or conan option build_event_adminmust be enabled. These options are disabled by default. If we want to build the event admin examples, the cmake option BUILD_EVENT_ADMIN_EXAMPLES or conan option build_event_admin_examples must be enabled. These options are disabled by default.

Event Admin Bundles

  • EventAdmin - The event admin implementation.
  • RemoteProviders - The remote providers implementation for the event admin. It is used to deliver events to remote frameworks. It is not a part of the OSGi Event Admin specification.