Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Spring Event Component

The spring-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 Camel 1.5 the name has been renamed to spring-event

Code Block

spring-event://default
[?options]

Note, at the moment there are no options for this component. That can easily change in future releases, so please check back.

Include Page
Include Page
CAMEL:Endpoint See AlsoCAMEL:
Endpoint See Also