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(...));
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions