The Event Admin subproject implements the OSGi Event Admin Service Specification. It consists of event admin implementation and corresponding examples.
The Event Admin provides the pubsub mechanism for in-process communication.
Bundle | Celix::event_admin |
---|---|
Configuration | see EventAdmin |
To build the Event Admin subproject, the cmake option BUILD_EVENT_ADMIN
or conan option build_event_admin
must 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.