Skip to content

component spring event

Raymond Meester edited this page Mar 6, 2023 · 1 revision

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.

Camel Documentation

Clone this wiki locally