Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The event: component provides access to the Spring ApplicationEvent objects. This allows you to publish ApplicationEvent objects to a Spring ApplicationContext or to consume them. You can then use Enterprise Integration Patterns to process them such as Message Filter.

URI format

Code Block
spring-event://default

As of If you use Camel 1.5 the name has been renamed to spring-eventx then you may need to remove the // to get it working with the Spring event notification

Code Block
spring-event://default
Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also