Skip to content

camel: automatically discover org.apache.camel.spi.EventNotifier instances from service registry #3988

Description

@jknack
class MyCamelEvent extends EventNotifierSupport {
  ...
}

{
   getServices().listOf(EventNotifier.class)
        .add(new MyCamelEvent());

   install(new CamelModule(...));
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions